Searched refs:F_NOHUP (Results 1 – 3 of 3) sorted by relevance
253 t->t_dflg |= F_NOHUP; in execute()368 (F_PIPEOUT | F_AMPERSAND | F_NICE | F_NOHUP | F_HUP)))) || in execute()557 if (t->t_dflg & F_NOHUP) in execute()
878 #define F_SAVE (F_NICE|F_TIME|F_NOHUP|F_HUP) 880 #define F_SAVE (F_NICE|F_TIME|F_NOHUP||F_HUP|F_VER)894 #define F_NOHUP (1<<12) /* nohup this command */ macro
1832 if (t->t_dflg & F_NOHUP) in pfork()