mux               228 src/simh/sim_tmxr.c static void tmxr_add_to_open_list (TMXR* mux);
mux              2895 src/simh/sim_tmxr.c static void tmxr_add_to_open_list (TMXR* mux)
mux              2901 src/simh/sim_tmxr.c     if (tmxr_open_devices[i] == mux) {
mux              2919 src/simh/sim_tmxr.c     tmxr_open_devices[tmxr_open_device_count++] = mux;
mux              2920 src/simh/sim_tmxr.c     for (i=0; i<mux->lines; i++)
mux              2921 src/simh/sim_tmxr.c         if (0 == mux->ldsc[i].send.delay)
mux              2922 src/simh/sim_tmxr.c             mux->ldsc[i].send.delay = SEND_DEFAULT_DELAY;
mux              2926 src/simh/sim_tmxr.c static void _tmxr_remove_from_open_list (const TMXR* mux)
mux              2931 src/simh/sim_tmxr.c     if (tmxr_open_devices[i] == mux) {
mux              3224 src/simh/sim_tmxr.c TMXR *mux = (TMXR *)dptr->help_ctx;
mux              3227 src/simh/sim_tmxr.c if (mux)
mux              3228 src/simh/sim_tmxr.c    single_line = (mux->lines == 1);
mux              3235 src/simh/sim_tmxr.c     if (mux->modem_control) {
mux              3257 src/simh/sim_tmxr.c     if (mux && mux->modem_control) {
mux              3267 src/simh/sim_tmxr.c     if (mux)
mux              3268 src/simh/sim_tmxr.c         fprintf (st, "Line buffering for all %d lines on the %s device can be configured with:\r\n\r\n", mux->lines, dptr->name);
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 disabled with:\r\n\r\n", mux->lines, dptr->name);
mux              3304 src/simh/sim_tmxr.c     if (mux)
mux              3305 src/simh/sim_tmxr.c         fprintf (st, "Valid line numbers are from 0 thru %d\r\n\r\n", mux->lines-1);