HomeSort by: relevance | last modified time | path
    Searched refs:F_REPEAT (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/csh/
sem.c 88 if ((t->t_dflg & F_REPEAT) == 0)
200 t->t_dflg & (F_REPEAT | F_AMPERSAND) || bifunc) {
442 * descriptors. Places that turn on the F_REPEAT bit are responsible for
445 if (didfds && !(t->t_dflg & F_REPEAT))
530 if (didfds || (flags & F_REPEAT))
csh.h 328 #define F_REPEAT (1<<10) /* reexec aft if, repeat,... */
func.c 296 kp->t_dflg |= F_REPEAT;

Completed in 15 milliseconds