Lines Matching defs:pass
763 not-yet-made links for this pass
765 not-yet-made links that this pass has skipped because
783 /* If this pass examined all its links, start the next pass. */
2307 puttzcodepass(zic_t val, FILE *fp, int pass)
2309 if (pass == 1)
2382 register int pass;
2474 for (pass = 1; pass <= 2; pass++) {
2475 struct timerange const *r = pass == 1 ? &range32 : &range64;
2476 if (pass == 1 && !want_bloat())
2499 for (pass = 1; pass <= 2; ++pass) {
2515 if (pass == 1) {
2549 if ((locut || (pass == 1 && thistimei))
2565 if (pass == 1 && lo_time <= thismin)
2670 if (pass == 1 && !want_bloat()) {
2697 if (pass == 1 && !want_bloat()) {
2708 for this pass. */
2709 lo = pass == 1 && lo_time < ZIC32_MIN ? ZIC32_MIN : lo_time;
2712 puttzcodepass(lo, fp, pass);
2714 puttzcodepass(ats[i], fp, pass);
2717 puttzcodepass(hi_time + 1, fp, pass);
2758 puttzcodepass(todo, fp, pass);
2767 puttzcodepass(leapexpires, fp, pass);