Home
last modified time | relevance | path

Searched refs:whyles (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/bin/csh/
H A Dfunc.c330 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()
[all …]
H A Dcsh.c136 struct whyle *whyles; variable
778 oldwhyl = whyles; in srcunit()
824 intty = isatty(SHIN), whyles = 0, gointr = 0; in srcunit()
859 intty = oldintty, whyles = oldwhyl, gointr = ogointr; in srcunit()
1186 if (enterhist || (catch && intty && !whyles)) in process()
1443 if (!whyles) { in printprompt()
1469 if (whyles) in printpromptstr()
H A Dcsh.h403 } *whyles;
H A Dlex.c1550 if (whyles) in bfree()