Searched refs:F_REPEAT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.sem.c195 if ((t->t_dflg & F_REPEAT) == 0)
377 t->t_dflg & (F_REPEAT | F_AMPERSAND) || bifunc)
731 * descriptors. Places that turn on the F_REPEAT bit are responsible for
734 if (didfds && !(t->t_dflg & F_REPEAT))
816 if (didfds || (flags & F_REPEAT))
H A Dsh.func.c397 kp->t_dflg |= F_REPEAT;
H A Dsh.h870 #define F_REPEAT (1<<10) /* reexec aft if, repeat,... */ macro

Completed in 89 milliseconds