mux 227 src/simh/sim_tmxr.c static void tmxr_add_to_open_list (TMXR* mux); mux 2904 src/simh/sim_tmxr.c static void tmxr_add_to_open_list (TMXR* mux) mux 2910 src/simh/sim_tmxr.c if (tmxr_open_devices[i] == mux) { mux 2928 src/simh/sim_tmxr.c tmxr_open_devices[tmxr_open_device_count++] = mux; mux 2929 src/simh/sim_tmxr.c for (i=0; i<mux->lines; i++) mux 2930 src/simh/sim_tmxr.c if (0 == mux->ldsc[i].send.delay) mux 2931 src/simh/sim_tmxr.c mux->ldsc[i].send.delay = SEND_DEFAULT_DELAY; mux 2935 src/simh/sim_tmxr.c static void _tmxr_remove_from_open_list (const TMXR* mux) mux 2940 src/simh/sim_tmxr.c if (tmxr_open_devices[i] == mux) { mux 3233 src/simh/sim_tmxr.c TMXR *mux = (TMXR *)dptr->help_ctx; mux 3236 src/simh/sim_tmxr.c if (mux) mux 3237 src/simh/sim_tmxr.c single_line = (mux->lines == 1); mux 3244 src/simh/sim_tmxr.c if (mux->modem_control) { mux 3266 src/simh/sim_tmxr.c if (mux && mux->modem_control) { mux 3276 src/simh/sim_tmxr.c if (mux) mux 3277 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 3281 src/simh/sim_tmxr.c if (mux) mux 3282 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 3313 src/simh/sim_tmxr.c if (mux) mux 3314 src/simh/sim_tmxr.c fprintf (st, "Valid line numbers are from 0 thru %d\n\n", mux->lines-1);