Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.proc.h87 #define PAEXITED (1<<3) /* abnormally exited */ macro
90 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED| \
H A Dsh.proc.c323 pp->p_flags |= PAEXITED; in pchild()
373 jobflags & PAEXITED || in pchild()
1119 case PAEXITED: in pprint()