Home
last modified time | relevance | path

Searched refs:FREDO (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dsh.sem.c75 if ((t->t_dflg & FREDO) == 0)
158 if (t->t_dtyp == TPAR || t->t_dflg&(FREDO|FAND) ||
374 if (didfds && !(t->t_dflg & FREDO))
419 if (didfds || (flags & FREDO)) in doio()
H A Dsh.h325 #define FREDO (1<<10) /* reexec aft if, repeat,... */ macro
H A Dsh.func.c383 kp->t_dflg |= FREDO; in reexecute()