Home
last modified time | relevance | path

Searched refs:F_NOHUP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.sem.c255 t->t_dflg |= F_NOHUP; in execute()
381 (F_PIPEOUT | F_AMPERSAND | F_NICE | F_NOHUP | F_HUP)))) || in execute()
570 if (t->t_dflg & F_NOHUP) in execute()
H A Dsh.h894 #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)
910 #define F_NOHUP (1<<12) /* nohup this command */ macro
H A Dsh.proc.c1861 if (t->t_dflg & F_NOHUP) in pfork()