Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.sem.c253 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()
HDsh.h878 #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
HDsh.proc.c1832 if (t->t_dflg & F_NOHUP) in pfork()