mux               227 src/simh/sim_tmxr.c static void tmxr_add_to_open_list (TMXR* mux);
mux              2900 src/simh/sim_tmxr.c static void tmxr_add_to_open_list (TMXR* mux)
mux              2906 src/simh/sim_tmxr.c     if (tmxr_open_devices[i] == mux) {
mux              2924 src/simh/sim_tmxr.c     tmxr_open_devices[tmxr_open_device_count++] = mux;
mux              2925 src/simh/sim_tmxr.c     for (i=0; i<mux->lines; i++)
mux              2926 src/simh/sim_tmxr.c         if (0 == mux->ldsc[i].send.delay)
mux              2927 src/simh/sim_tmxr.c             mux->ldsc[i].send.delay = SEND_DEFAULT_DELAY;
mux              2931 src/simh/sim_tmxr.c static void _tmxr_remove_from_open_list (const TMXR* mux)
mux              2936 src/simh/sim_tmxr.c     if (tmxr_open_devices[i] == mux) {
mux              3229 src/simh/sim_tmxr.c TMXR *mux = (TMXR *)dptr->help_ctx;
mux              3232 src/simh/sim_tmxr.c if (mux)
mux              3233 src/simh/sim_tmxr.c    single_line = (mux->lines == 1);
mux              3240 src/simh/sim_tmxr.c     if (mux->modem_control) {
mux              3262 src/simh/sim_tmxr.c     if (mux && mux->modem_control) {
mux              3272 src/simh/sim_tmxr.c     if (mux)
mux              3273 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              3277 src/simh/sim_tmxr.c     if (mux)
mux              3278 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              3309 src/simh/sim_tmxr.c     if (mux)
mux              3310 src/simh/sim_tmxr.c         fprintf (st, "Valid line numbers are from 0 thru %d\n\n", mux->lines-1);