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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.func.c434 for (wp = whyles; wp; wp = wp->w_next)
477 if (whyles == NULL)
544 nwp->w_next = whyles;
546 whyles = nwp;
562 int again = whyles != 0 &&
563 SEEKEQ(&whyles->w_start, &lineloc) &&
564 whyles->w_fename == 0;
587 nwp->w_next = whyles;
588 whyles = nwp;
609 whyles
[all...]
H A Dsh.c126 struct whyle *whyles; member in struct:saved_state
1610 st->whyles = whyles;
1656 whyles = 0;
1712 whyles = st->whyles;
2081 if ((hadhist && !seterr && intty && !tellwhat && !Expand && !whyles) ||
2102 if (enterhist || (catch && intty && !whyles && !tellwhat && !arun))
2169 if (windowchg || (catch && intty && !whyles && !tellwhat)) {
H A Dsh.h998 } *whyles; variable in typeref:struct:whyle
H A Dsh.lex.c1727 if (whyles)

Completed in 88 milliseconds