HomeSort by: relevance | last modified time | path
    Searched refs:whyles (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/csh/
func.c 330 for (wp = whyles; wp; wp = wp->w_next)
366 if (whyles)
422 nwp->w_next = whyles;
424 whyles = nwp;
440 again = whyles != 0 && SEEKEQ(&whyles->w_start, &lineloc) &&
441 whyles->w_fename == 0;
460 nwp->w_next = whyles;
461 whyles = nwp;
481 whyles->w_end.type = I_SEEK
    [all...]
csh.c 136 struct whyle *whyles; variable in typeref:struct:whyle *
778 oldwhyl = whyles;
824 intty = isatty(SHIN), whyles = 0, gointr = 0;
859 intty = oldintty, whyles = oldwhyl, gointr = ogointr;
1186 if (enterhist || (catch && intty && !whyles))
1443 if (!whyles) {
1469 if (whyles)
csh.h 403 } *whyles; variable in typeref:struct:whyle *
lex.c 1550 if (whyles)

Completed in 49 milliseconds