Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.proc.h104 #define PHUP (1<<17) /* Process is marked for SIGHUP on exit */ macro
H A Dsh.c1880 np->p_flags &= ~PHUP; in phup()
2439 if ((np->p_flags & PHUP) && np->p_jobid != shpgrp && in done()
H A Dsh.proc.c771 pp->p_flags |= PHUP; in palloc()