limit            3285 src/dps8/dps8_eis.c         uint limit = e -> N1 - 1;
limit            3286 src/dps8/dps8_eis.c         for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++)
limit            3293 src/dps8/dps8_eis.c         SC_I_TALLY (cpu.du.CHTALLY == limit);
limit            3469 src/dps8/dps8_eis.c         uint limit = e -> N1 - 1;
limit            3471 src/dps8/dps8_eis.c         for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++)
limit            3473 src/dps8/dps8_eis.c             yCharn11 = EISget469 (cpup, 1, limit - cpu.du.CHTALLY - 1);
limit            3474 src/dps8/dps8_eis.c             yCharn12 = EISget469 (cpup, 1, limit - cpu.du.CHTALLY);
limit            3479 src/dps8/dps8_eis.c         SC_I_TALLY (cpu.du.CHTALLY == limit);
limit            3638 src/dps8/dps8_eis.c     uint limit = e -> N1;
limit            3640 src/dps8/dps8_eis.c     for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++)
limit            3655 src/dps8/dps8_eis.c     SC_I_TALLY (cpu.du.CHTALLY == limit);
limit            3810 src/dps8/dps8_eis.c     uint limit = e -> N1;
limit            3811 src/dps8/dps8_eis.c     for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++)
limit            3813 src/dps8/dps8_eis.c         word9 yCharn1 = EISget469 (cpup, 1, limit - cpu.du.CHTALLY - 1);
limit            3826 src/dps8/dps8_eis.c     SC_I_TALLY (cpu.du.CHTALLY == limit);
limit            4221 src/dps8/dps8_eis.c     uint limit = e -> N1;
limit            4222 src/dps8/dps8_eis.c     for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY ++)
limit            4224 src/dps8/dps8_eis.c         word9 c = EISget469 (cpup, 1, limit - cpu.du.CHTALLY - 1); // get src char
limit            4889 src/dps8/dps8_eis.c         uint limit = e -> N2;
limit            4890 src/dps8/dps8_eis.c         for ( ; cpu.du.CHTALLY < limit; cpu.du.CHTALLY += 4)
limit            4892 src/dps8/dps8_eis.c             uint n = (limit - cpu.du.CHTALLY - 1) / 4;
limit            4924 src/dps8/dps8_eis.c         uint limit = e -> N2;
limit            4927 src/dps8/dps8_eis.c             uint n = (limit - cpu.du.CHTALLY - 1) / 4;
limit            1491 src/simh/scp.c   struct rlimit limit;
limit            1493 src/simh/scp.c   ret = getrlimit(RLIMIT_CORE, &limit);
limit            1502 src/simh/scp.c   limit.rlim_cur = limit.rlim_max;
limit            1503 src/simh/scp.c   ret = setrlimit(RLIMIT_CORE, &limit);