Lines Matching refs:whyles
330 for (wp = whyles; wp; wp = wp->w_next) in gotolab()
366 if (whyles) in dobreak()
422 nwp->w_next = whyles; in doforeach()
424 whyles = nwp; in doforeach()
440 again = whyles != 0 && SEEKEQ(&whyles->w_start, &lineloc) && in dowhile()
441 whyles->w_fename == 0; in dowhile()
460 nwp->w_next = whyles; in dowhile()
461 whyles = nwp; in dowhile()
481 whyles->w_end.type = I_SEEK; in preread()
491 btell(&whyles->w_end); in preread()
498 if (!whyles) in doend()
500 btell(&whyles->w_end); in doend()
508 if (!whyles) in docontin()
517 if (whyles->w_fename == 0) { in doagain()
518 bseek(&whyles->w_start); in doagain()
526 if (!whyles->w_fe[1]) { in doagain()
530 set(whyles->w_fename, Strsave(*whyles->w_fe++)); in doagain()
531 bseek(&whyles->w_start); in doagain()
637 wp = whyles; in search()
639 whyles = wp->w_next; in search()
813 if (whyles->w_end.type == F_SEEK && whyles->w_end.f_seek == 0) { in toend()
815 btell(&whyles->w_end); in toend()
816 whyles->w_end.f_seek--; in toend()
819 bseek(&whyles->w_end); in toend()
831 for (; whyles; whyles = nwp) { in wfree()
832 struct whyle *wp = whyles; in wfree()