Home
last modified time | relevance | path

Searched refs:F_NOFORK (Results 1 – 4 of 4) sorted by relevance

/src/contrib/tcsh/
H A Dsh.sem.c358 t->t_dflg &= ~(F_NOFORK); in execute()
368 t->t_dflg &= ~(F_NOFORK); in execute()
379 if (((t->t_dflg & F_TIME) || ((t->t_dflg & F_NOFORK) == 0 && in execute()
700 (F_PIPEOUT | F_AMPERSAND | F_NOFORK | F_NOINTERRUPT | F_BACKQ)); in execute()
710 (F_PIPEOUT | F_AMPERSAND | F_NOFORK | F_NOINTERRUPT | F_BACKQ)); in execute()
728 (F_NOFORK | F_NOINTERRUPT | F_BACKQ); in execute()
745 (F_NOFORK | F_NOINTERRUPT | F_BACKQ); in execute()
H A Dsh.parse.c546 t->t_dflg = F_NOFORK; in syn3()
H A Dsh.glob.c805 t->t_dflg = F_BACKQ|F_NOFORK; in backeval()
H A Dsh.h902 #define F_NOFORK (1<<4) /* don't fork, last ()ized cmd */ macro