tmxr_open_devices 2891 src/simh/sim_tmxr.c static TMXR **tmxr_open_devices = NULL; tmxr_open_devices 2910 src/simh/sim_tmxr.c if (tmxr_open_devices[i] == mux) { tmxr_open_devices 2915 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 2916 src/simh/sim_tmxr.c if (!tmxr_open_devices) tmxr_open_devices 2928 src/simh/sim_tmxr.c tmxr_open_devices[tmxr_open_device_count++] = mux; tmxr_open_devices 2940 src/simh/sim_tmxr.c if (tmxr_open_devices[i] == mux) { tmxr_open_devices 2942 src/simh/sim_tmxr.c tmxr_open_devices[j-1] = tmxr_open_devices[j]; tmxr_open_devices 2965 src/simh/sim_tmxr.c if (tmxr_open_devices[i]->dptr == dptr) { tmxr_open_devices 2966 src/simh/sim_tmxr.c int line = (int)get_uint (cptr, 10, tmxr_open_devices[i]->lines, &r); tmxr_open_devices 2970 src/simh/sim_tmxr.c *snd = &tmxr_open_devices[i]->ldsc[line].send; tmxr_open_devices 2972 src/simh/sim_tmxr.c *exp = &tmxr_open_devices[i]->ldsc[line].expect; tmxr_open_devices 3050 src/simh/sim_tmxr.c TMXR *mp = tmxr_open_devices[i];