Searched refs:F_NOFORK (Results 1 – 4 of 4) sorted by relevance
358 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()
546 t->t_dflg = F_NOFORK; in syn3()
805 t->t_dflg = F_BACKQ|F_NOFORK; in backeval()
902 #define F_NOFORK (1<<4) /* don't fork, last ()ized cmd */ macro