Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c73 if ((t->t_dflg & FREDO) == 0)
156 if (t->t_dtyp == TPAR || t->t_dflg&(FREDO|FAND) ||
372 if (didfds && !(t->t_dflg & FREDO))
417 if (didfds || (flags & FREDO)) in doio()
H A Dsh.h308 #define FREDO (1<<10) /* reexec aft if, repeat,... */ macro
H A Dsh.func.c394 kp->t_dflg |= FREDO; in reexecute()