Home
last modified time | relevance | path

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

/original-bsd/bin/csh/
H A Dproc.h38 #define PAEXITED (1<<3) /* abnormally exited */ macro
41 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED)
H A Dproc.c107 pp->p_flags |= PAEXITED;
145 jobflags & PAEXITED ||
729 case PAEXITED: