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

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.func.c439 for (wp = whyles; wp; wp = wp->w_next)
482 if (whyles == NULL)
548 nwp->w_next = whyles;
550 whyles = nwp;
566 int again = whyles != 0 &&
567 SEEKEQ(&whyles->w_start, &lineloc) &&
568 whyles->w_fename == 0;
590 nwp->w_next = whyles;
591 whyles = nwp;
612 whyles
[all...]
H A Dsh.c128 struct whyle *whyles; member in struct:saved_state
1466 st->whyles = whyles;
1512 whyles = 0;
1568 whyles = st->whyles;
1929 if ((hadhist && !seterr && intty && !tellwhat && !Expand && !whyles) ||
1949 if (enterhist || (catch && intty && !whyles && !tellwhat && !arun))
2010 if (windowchg || (catch && intty && !whyles && !tellwhat)) {
H A Dsh.h960 } *whyles; variable in typeref:struct:whyle
H A Dsh.lex.c1701 if (whyles)

Completed in 288 milliseconds