Lines Matching refs:whyles
52 struct whyle *whyles; variable
428 for (wp = whyles; wp; wp = wp->w_next) { in dogoto()
475 if (whyles) { in dobreak()
540 nwp->w_next = whyles; in doforeach()
541 whyles = nwp; in doforeach()
556 bool again = whyles != 0 && whyles->w_start == lineloc && in dowhile()
557 whyles->w_fename == 0; in dowhile()
581 nwp->w_next = whyles; in dowhile()
582 whyles = nwp; in dowhile()
605 whyles->w_end = -1; in preread_()
613 whyles->w_end = btell(); in preread_()
623 if (!whyles) { in doend()
626 whyles->w_end = btell(); in doend()
637 if (!whyles) { in docontin()
651 if (whyles->w_fename == 0) { in doagain()
652 bseek(whyles->w_start); in doagain()
660 if (!whyles->w_fe[1]) { in doagain()
664 set(whyles->w_fename, savestr(*whyles->w_fe++)); in doagain()
665 bseek(whyles->w_start); in doagain()
949 if (whyles->w_end == 0) { in toend()
951 whyles->w_end = btell() - 1; in toend()
953 bseek(whyles->w_end); in toend()
966 while (whyles) { in wfree()
967 struct whyle *wp = whyles; in wfree()
980 whyles = nwp; in wfree()