Home
last modified time | relevance | path

Searched refs:PNEXITED (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.proc.h86 #define PNEXITED (1<<2) /* normally exited */ macro
90 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED| \
H A Dsh.proc.c325 pp->p_flags |= PNEXITED; in pchild()
1118 case PNEXITED: in pprint()