Searched refs:whyles (Results 1 – 4 of 4) sorted by relevance
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_()[all …]
654 struct whyle *oldwhyl = whyles; in srcunit()707 intty = isatty(SHIN), whyles = 0, gointr = 0; in srcunit()741 intty = oldintty, whyles = oldwhyl, gointr = ogointr; in srcunit()1000 if (enterhist || catch && intty && !whyles) in process()1165 if (!whyles) { in printprompt()
1377 if (whyles)1399 if (!whyles)1401 for (wp = whyles; wp->w_next; wp = wp->w_next)
364 } *whyles; variable