tmxr_open_devices 2795 src/simh/sim_tmxr.c static TMXR **tmxr_open_devices = NULL;
tmxr_open_devices 2814 src/simh/sim_tmxr.c     if (tmxr_open_devices[i] == mux) {
tmxr_open_devices 2819 src/simh/sim_tmxr.c     tmxr_open_devices = (TMXR **)realloc(tmxr_open_devices, (tmxr_open_device_count+1)*sizeof(*tmxr_open_devices));
tmxr_open_devices 2820 src/simh/sim_tmxr.c     if (!tmxr_open_devices)
tmxr_open_devices 2832 src/simh/sim_tmxr.c     tmxr_open_devices[tmxr_open_device_count++] = mux;
tmxr_open_devices 2844 src/simh/sim_tmxr.c     if (tmxr_open_devices[i] == mux) {
tmxr_open_devices 2846 src/simh/sim_tmxr.c             tmxr_open_devices[j-1] = tmxr_open_devices[j];
tmxr_open_devices 2869 src/simh/sim_tmxr.c     if (tmxr_open_devices[i]->dptr == dptr) {
tmxr_open_devices 2870 src/simh/sim_tmxr.c         int line = (int)get_uint (cptr, 10, tmxr_open_devices[i]->lines, &r);
tmxr_open_devices 2874 src/simh/sim_tmxr.c             *snd = &tmxr_open_devices[i]->ldsc[line].send;
tmxr_open_devices 2876 src/simh/sim_tmxr.c             *exp = &tmxr_open_devices[i]->ldsc[line].expect;
tmxr_open_devices 2954 src/simh/sim_tmxr.c         TMXR *mp = tmxr_open_devices[i];