Home
last modified time | relevance | path

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

/trueos/contrib/tcsh/
HDsh.sem.c261 t->t_dflg |= F_HUP; in execute()
368 (F_PIPEOUT | F_AMPERSAND | F_NICE | F_NOHUP | F_HUP)))) || in execute()
559 if (t->t_dflg & F_HUP) 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)
897 #define F_HUP (1<<15) /* hup this command */ macro
HDsh.proc.c746 if (t->t_dflg & F_HUP) in palloc()