mux 219 src/simh/sim_tmxr.c static void tmxr_add_to_open_list (TMXR* mux); mux 2808 src/simh/sim_tmxr.c static void tmxr_add_to_open_list (TMXR* mux) mux 2814 src/simh/sim_tmxr.c if (tmxr_open_devices[i] == mux) { mux 2832 src/simh/sim_tmxr.c tmxr_open_devices[tmxr_open_device_count++] = mux; mux 2833 src/simh/sim_tmxr.c for (i=0; i<mux->lines; i++) mux 2834 src/simh/sim_tmxr.c if (0 == mux->ldsc[i].send.delay) mux 2835 src/simh/sim_tmxr.c mux->ldsc[i].send.delay = SEND_DEFAULT_DELAY; mux 2839 src/simh/sim_tmxr.c static void _tmxr_remove_from_open_list (const TMXR* mux) mux 2844 src/simh/sim_tmxr.c if (tmxr_open_devices[i] == mux) { mux 3136 src/simh/sim_tmxr.c TMXR *mux = (TMXR *)dptr->help_ctx; mux 3139 src/simh/sim_tmxr.c if (mux) mux 3140 src/simh/sim_tmxr.c single_line = (mux->lines == 1); mux 3147 src/simh/sim_tmxr.c if (mux->modem_control) { mux 3169 src/simh/sim_tmxr.c if (mux && mux->modem_control) { mux 3179 src/simh/sim_tmxr.c if (mux) mux 3180 src/simh/sim_tmxr.c fprintf (st, "Line buffering for all %d lines on the %s device can be configured with:\n\n", mux->lines, dptr->name); mux 3184 src/simh/sim_tmxr.c if (mux) mux 3185 src/simh/sim_tmxr.c fprintf (st, "Line buffering for all %d lines on the %s device can be disabled with:\n\n", mux->lines, dptr->name); mux 3216 src/simh/sim_tmxr.c if (mux) mux 3217 src/simh/sim_tmxr.c fprintf (st, "Valid line numbers are from 0 thru %d\n\n", mux->lines-1);