Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.sem.c191 if ((t->t_dflg & F_REPEAT) == 0) in execute()
389 t->t_dflg & (F_REPEAT | F_AMPERSAND) || bifunc) in execute()
759 if (didfds && !(t->t_dflg & F_REPEAT)) in execute()
841 if (didfds || (flags & F_REPEAT)) in doio()
H A Dsh.h911 #define F_REPEAT (1<<10) /* reexec aft if, repeat,... */ macro
H A Dsh.func.c392 kp->t_dflg |= F_REPEAT; in reexecute()