tmxr_open_device_count 2888 src/simh/sim_tmxr.c static int tmxr_open_device_count = 0;
tmxr_open_device_count 2905 src/simh/sim_tmxr.c for (i=0; i<tmxr_open_device_count; ++i)
tmxr_open_device_count 2911 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 2924 src/simh/sim_tmxr.c     tmxr_open_devices[tmxr_open_device_count++] = mux;
tmxr_open_device_count 2935 src/simh/sim_tmxr.c for (i=0; i<tmxr_open_device_count; ++i)
tmxr_open_device_count 2937 src/simh/sim_tmxr.c         for (j=i+1; j<tmxr_open_device_count; ++j)
tmxr_open_device_count 2939 src/simh/sim_tmxr.c         --tmxr_open_device_count;
tmxr_open_device_count 2960 src/simh/sim_tmxr.c for (i=0; i<tmxr_open_device_count; ++i)
tmxr_open_device_count 3033 src/simh/sim_tmxr.c if (tmxr_open_device_count)
tmxr_open_device_count 3042 src/simh/sim_tmxr.c if (0 == tmxr_open_device_count)
tmxr_open_device_count 3045 src/simh/sim_tmxr.c     for (i=0; i<tmxr_open_device_count; ++i) {