Searched refs:F_NOHUP (Results 1 – 3 of 3) sorted by relevance
288 #define F_SAVE (F_NICE|F_TIME|F_NOHUP) /* save these when re-doing */302 #define F_NOHUP (1<<12) /* nohup this command */ macro
132 t->t_dflg |= F_NOHUP; in execute()189 (F_PIPEOUT | F_AMPERSAND | F_NICE | F_NOHUP)))) || in execute()333 if (t->t_dflg & F_NOHUP) in execute()
1311 if (t->t_dflg & F_NOHUP) in pfork()