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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h51 #define PNEXITED (1<<2) /* normally exited */ macro
55 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED)
H A Dsh.proc.c105 pp->p_flags |= PNEXITED;
689 case PNEXITED:

Completed in 58 milliseconds