mux               236 src/simh/sim_tmxr.c static void tmxr_add_to_open_list (TMXR* mux);
mux              2902 src/simh/sim_tmxr.c static void tmxr_add_to_open_list (TMXR* mux)
mux              2908 src/simh/sim_tmxr.c     if (tmxr_open_devices[i] == mux) {
mux              2926 src/simh/sim_tmxr.c     tmxr_open_devices[tmxr_open_device_count++] = mux;
mux              2927 src/simh/sim_tmxr.c     for (i=0; i<mux->lines; i++)
mux              2928 src/simh/sim_tmxr.c         if (0 == mux->ldsc[i].send.delay)
mux              2929 src/simh/sim_tmxr.c             mux->ldsc[i].send.delay = SEND_DEFAULT_DELAY;
mux              2933 src/simh/sim_tmxr.c static void _tmxr_remove_from_open_list (const TMXR* mux)
mux              2938 src/simh/sim_tmxr.c     if (tmxr_open_devices[i] == mux) {
mux              3230 src/simh/sim_tmxr.c TMXR *mux = (TMXR *)dptr->help_ctx;
mux              3233 src/simh/sim_tmxr.c if (mux)
mux              3234 src/simh/sim_tmxr.c    single_line = (mux->lines == 1);
mux              3241 src/simh/sim_tmxr.c     if (mux->modem_control) {
mux              3263 src/simh/sim_tmxr.c     if (mux && mux->modem_control) {
mux              3273 src/simh/sim_tmxr.c     if (mux)
mux              3274 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              3278 src/simh/sim_tmxr.c     if (mux)
mux              3279 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              3310 src/simh/sim_tmxr.c     if (mux)
mux              3311 src/simh/sim_tmxr.c         fprintf (st, "Valid line numbers are from 0 thru %d\n\n", mux->lines-1);