tmxr_open_device_count 2796 src/simh/sim_tmxr.c static int tmxr_open_device_count = 0;
tmxr_open_device_count 2813 src/simh/sim_tmxr.c for (i=0; i<tmxr_open_device_count; ++i)
tmxr_open_device_count 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_device_count 2832 src/simh/sim_tmxr.c     tmxr_open_devices[tmxr_open_device_count++] = mux;
tmxr_open_device_count 2843 src/simh/sim_tmxr.c for (i=0; i<tmxr_open_device_count; ++i)
tmxr_open_device_count 2845 src/simh/sim_tmxr.c         for (j=i+1; j<tmxr_open_device_count; ++j)
tmxr_open_device_count 2847 src/simh/sim_tmxr.c         --tmxr_open_device_count;
tmxr_open_device_count 2868 src/simh/sim_tmxr.c for (i=0; i<tmxr_open_device_count; ++i)
tmxr_open_device_count 2941 src/simh/sim_tmxr.c if (tmxr_open_device_count)
tmxr_open_device_count 2950 src/simh/sim_tmxr.c if (0 == tmxr_open_device_count)
tmxr_open_device_count 2953 src/simh/sim_tmxr.c     for (i=0; i<tmxr_open_device_count; ++i) {