Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.sem.c263 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()
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)
913 #define F_HUP (1<<15) /* hup this command */ macro
H A Dsh.proc.c770 if (t->t_dflg & F_HUP) in palloc()