Searched refs:F_HUP (Results 1 – 3 of 3) sorted by relevance
263 t->t_dflg |= F_HUP; in execute()381 (F_PIPEOUT | F_AMPERSAND | F_NICE | F_NOHUP | F_HUP)))) || in execute()572 if (t->t_dflg & F_HUP) in execute()
894 #define F_SAVE (F_NICE|F_TIME|F_NOHUP|F_HUP)896 #define F_SAVE (F_NICE|F_TIME|F_NOHUP||F_HUP|F_VER)913 #define F_HUP (1<<15) /* hup this command */ macro
770 if (t->t_dflg & F_HUP) in palloc()