limit 3250 src/dps8/dps8_eis.c uint limit = e -> N1 - 1; limit 3251 src/dps8/dps8_eis.c for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++) limit 3258 src/dps8/dps8_eis.c SC_I_TALLY (cpu.du.CHTALLY == limit); limit 3434 src/dps8/dps8_eis.c uint limit = e -> N1 - 1; limit 3436 src/dps8/dps8_eis.c for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++) limit 3438 src/dps8/dps8_eis.c yCharn11 = EISget469 (1, limit - cpu.du.CHTALLY - 1); limit 3439 src/dps8/dps8_eis.c yCharn12 = EISget469 (1, limit - cpu.du.CHTALLY); limit 3444 src/dps8/dps8_eis.c SC_I_TALLY (cpu.du.CHTALLY == limit); limit 3603 src/dps8/dps8_eis.c uint limit = e -> N1; limit 3605 src/dps8/dps8_eis.c for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++) limit 3620 src/dps8/dps8_eis.c SC_I_TALLY (cpu.du.CHTALLY == limit); limit 3775 src/dps8/dps8_eis.c uint limit = e -> N1; limit 3776 src/dps8/dps8_eis.c for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++) limit 3778 src/dps8/dps8_eis.c word9 yCharn1 = EISget469 (1, limit - cpu.du.CHTALLY - 1); limit 3791 src/dps8/dps8_eis.c SC_I_TALLY (cpu.du.CHTALLY == limit); limit 4186 src/dps8/dps8_eis.c uint limit = e -> N1; limit 4187 src/dps8/dps8_eis.c for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++) limit 4189 src/dps8/dps8_eis.c word9 c = EISget469 (1, limit - cpu.du.CHTALLY - 1); // get src char limit 4850 src/dps8/dps8_eis.c uint limit = e -> N2; limit 4851 src/dps8/dps8_eis.c for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY += 4) limit 4853 src/dps8/dps8_eis.c uint n = (limit - cpu.du.CHTALLY - 1) / 4; limit 4885 src/dps8/dps8_eis.c uint limit = e -> N2; limit 4888 src/dps8/dps8_eis.c uint n = (limit - cpu.du.CHTALLY - 1) / 4; limit 1415 src/simh/scp.c struct rlimit limit; limit 1417 src/simh/scp.c ret = getrlimit(RLIMIT_CORE, &limit); limit 1426 src/simh/scp.c limit.rlim_cur = limit.rlim_max; limit 1427 src/simh/scp.c ret = setrlimit(RLIMIT_CORE, &limit);