tmxr_open_device_count 2890 src/simh/sim_tmxr.c static int tmxr_open_device_count = 0;
tmxr_open_device_count 2907 src/simh/sim_tmxr.c for (i=0; i<tmxr_open_device_count; ++i)
tmxr_open_device_count 2913 src/simh/sim_tmxr.c     tmxr_open_devices = (TMXR **)realloc(tmxr_open_devices, (tmxr_open_device_count+1)*sizeof(*tmxr_open_devices));
tmxr_open_device_count 2926 src/simh/sim_tmxr.c     tmxr_open_devices[tmxr_open_device_count++] = mux;
tmxr_open_device_count 2937 src/simh/sim_tmxr.c for (i=0; i<tmxr_open_device_count; ++i)
tmxr_open_device_count 2939 src/simh/sim_tmxr.c         for (j=i+1; j<tmxr_open_device_count; ++j)
tmxr_open_device_count 2941 src/simh/sim_tmxr.c         --tmxr_open_device_count;
tmxr_open_device_count 2962 src/simh/sim_tmxr.c for (i=0; i<tmxr_open_device_count; ++i)
tmxr_open_device_count 3035 src/simh/sim_tmxr.c if (tmxr_open_device_count)
tmxr_open_device_count 3044 src/simh/sim_tmxr.c if (0 == tmxr_open_device_count)
tmxr_open_device_count 3047 src/simh/sim_tmxr.c     for (i=0; i<tmxr_open_device_count; ++i) {