Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dcsh.h288 #define F_SAVE (F_NICE|F_TIME|F_NOHUP) /* save these when re-doing */
302 #define F_NOHUP (1<<12) /* nohup this command */ macro
H A Dsem.c132 t->t_dflg |= F_NOHUP; in execute()
189 (F_PIPEOUT | F_AMPERSAND | F_NICE | F_NOHUP)))) || in execute()
333 if (t->t_dflg & F_NOHUP) in execute()
H A Dproc.c1311 if (t->t_dflg & F_NOHUP) in pfork()