DEBUG_SEGNO_LIMIT   30 src/dps8/dps8_simh.h             (! sim_deb_segno_on) || sim_deb_segno[cpu.PPR.PSR & (DEBUG_SEGNO_LIMIT - 1)]) &&           \
DEBUG_SEGNO_LIMIT 1909 src/dps8/dps8_sys.c bool sim_deb_segno[DEBUG_SEGNO_LIMIT];
DEBUG_SEGNO_LIMIT 1911 src/dps8/dps8_sys.c bool sim_deb_segno[DEBUG_SEGNO_LIMIT] = { [0 ... DEBUG_SEGNO_LIMIT - 1] = false };
DEBUG_SEGNO_LIMIT 1975 src/dps8/dps8_sys.c         if (segno >= DEBUG_SEGNO_LIMIT)
DEBUG_SEGNO_LIMIT 1977 src/dps8/dps8_sys.c             sim_printf ("out of range; 0 to %u %d.\n", DEBUG_SEGNO_LIMIT, DEBUG_SEGNO_LIMIT);
DEBUG_SEGNO_LIMIT   72 src/dps8/dps8_sys.h extern bool sim_deb_segno[DEBUG_SEGNO_LIMIT];