limit            3249 src/dps8/dps8_eis.c         uint limit = e -> N1 - 1;
limit            3250 src/dps8/dps8_eis.c         for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++)
limit            3257 src/dps8/dps8_eis.c         SC_I_TALLY (cpu.du.CHTALLY == limit);
limit            3433 src/dps8/dps8_eis.c         uint limit = e -> N1 - 1;
limit            3435 src/dps8/dps8_eis.c         for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++)
limit            3437 src/dps8/dps8_eis.c             yCharn11 = EISget469 (1, limit - cpu.du.CHTALLY - 1);
limit            3438 src/dps8/dps8_eis.c             yCharn12 = EISget469 (1, limit - cpu.du.CHTALLY);
limit            3443 src/dps8/dps8_eis.c         SC_I_TALLY (cpu.du.CHTALLY == limit);
limit            3602 src/dps8/dps8_eis.c     uint limit = e -> N1;
limit            3604 src/dps8/dps8_eis.c     for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++)
limit            3619 src/dps8/dps8_eis.c     SC_I_TALLY (cpu.du.CHTALLY == limit);
limit            3774 src/dps8/dps8_eis.c     uint limit = e -> N1;
limit            3775 src/dps8/dps8_eis.c     for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++)
limit            3777 src/dps8/dps8_eis.c         word9 yCharn1 = EISget469 (1, limit - cpu.du.CHTALLY - 1);
limit            3790 src/dps8/dps8_eis.c     SC_I_TALLY (cpu.du.CHTALLY == limit);
limit            4185 src/dps8/dps8_eis.c     uint limit = e -> N1;
limit            4186 src/dps8/dps8_eis.c     for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++)
limit            4188 src/dps8/dps8_eis.c         word9 c = EISget469 (1, limit - cpu.du.CHTALLY - 1); // get src char
limit            4849 src/dps8/dps8_eis.c         uint limit = e -> N2;
limit            4850 src/dps8/dps8_eis.c         for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY += 4)
limit            4852 src/dps8/dps8_eis.c             uint n = (limit - cpu.du.CHTALLY - 1) / 4;
limit            4884 src/dps8/dps8_eis.c         uint limit = e -> N2;
limit            4887 src/dps8/dps8_eis.c             uint n = (limit - cpu.du.CHTALLY - 1) / 4;
limit            1416 src/simh/scp.c   struct rlimit limit;
limit            1418 src/simh/scp.c   ret = getrlimit(RLIMIT_CORE, &limit);
limit            1427 src/simh/scp.c   limit.rlim_cur = limit.rlim_max;
limit            1428 src/simh/scp.c   ret = setrlimit(RLIMIT_CORE, &limit);