tmxr_open_device_count 2892 src/simh/sim_tmxr.c static int tmxr_open_device_count = 0;
tmxr_open_device_count 2909 src/simh/sim_tmxr.c for (i=0; i<tmxr_open_device_count; ++i)
tmxr_open_device_count 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_device_count 2928 src/simh/sim_tmxr.c     tmxr_open_devices[tmxr_open_device_count++] = mux;
tmxr_open_device_count 2939 src/simh/sim_tmxr.c for (i=0; i<tmxr_open_device_count; ++i)
tmxr_open_device_count 2941 src/simh/sim_tmxr.c         for (j=i+1; j<tmxr_open_device_count; ++j)
tmxr_open_device_count 2943 src/simh/sim_tmxr.c         --tmxr_open_device_count;
tmxr_open_device_count 2964 src/simh/sim_tmxr.c for (i=0; i<tmxr_open_device_count; ++i)
tmxr_open_device_count 3037 src/simh/sim_tmxr.c if (tmxr_open_device_count)
tmxr_open_device_count 3046 src/simh/sim_tmxr.c if (0 == tmxr_open_device_count)
tmxr_open_device_count 3049 src/simh/sim_tmxr.c     for (i=0; i<tmxr_open_device_count; ++i) {