Home
last modified time | relevance | path

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

/original-bsd/bin/csh/
H A Dproc.h37 #define PNEXITED (1<<2) /* normally exited */ macro
41 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED)
H A Dproc.c109 pp->p_flags |= PNEXITED;
728 case PNEXITED: