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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h52 #define PAEXITED (1<<3) /* abnormally exited */ macro
55 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED)
H A Dsh.proc.c103 pp->p_flags |= PAEXITED;
140 jobflags & PAEXITED ||
690 case PAEXITED:

Completed in 45 milliseconds