Lines Matching refs:whyles
417 for (wp = whyles; wp; wp = wp->w_next) { in dogoto()
464 if (whyles) { in dobreak()
529 nwp->w_next = whyles; in doforeach()
530 whyles = nwp; in doforeach()
545 bool again = whyles != 0 && whyles->w_start == lineloc && in dowhile()
546 whyles->w_fename == 0; in dowhile()
570 nwp->w_next = whyles; in dowhile()
571 whyles = nwp; in dowhile()
594 whyles->w_end = -1; in preread_()
602 whyles->w_end = btell(); in preread_()
612 if (!whyles) { in doend()
615 whyles->w_end = btell(); in doend()
626 if (!whyles) { in docontin()
640 if (whyles->w_fename == 0) { in doagain()
641 bseek(whyles->w_start); in doagain()
649 if (!whyles->w_fe[1]) { in doagain()
653 set(whyles->w_fename, savestr(*whyles->w_fe++)); in doagain()
654 bseek(whyles->w_start); in doagain()
938 if (whyles->w_end == 0) { in toend()
940 whyles->w_end = btell() - 1; in toend()
942 bseek(whyles->w_end); in toend()
955 while (whyles) { in wfree()
956 struct whyle *wp = whyles; in wfree()
969 whyles = nwp; in wfree()