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 1910 src/dps8/dps8_sys.c bool sim_deb_segno[DEBUG_SEGNO_LIMIT]; DEBUG_SEGNO_LIMIT 1912 src/dps8/dps8_sys.c bool sim_deb_segno[DEBUG_SEGNO_LIMIT] = { [0 ... DEBUG_SEGNO_LIMIT - 1] = false }; DEBUG_SEGNO_LIMIT 1976 src/dps8/dps8_sys.c if (segno >= DEBUG_SEGNO_LIMIT) DEBUG_SEGNO_LIMIT 1978 src/dps8/dps8_sys.c sim_printf ("out of range; 0 to %u %d.\n", DEBUG_SEGNO_LIMIT, DEBUG_SEGNO_LIMIT); DEBUG_SEGNO_LIMIT 103 src/dps8/dps8_sys.h extern bool sim_deb_segno[DEBUG_SEGNO_LIMIT];