Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.proc.h63 #define PREPORTED (1<<12) /* status has been reported */ macro
H A Dsh.proc.c84 pp->p_flags &= ~(PRUNNING|PSTOPPED|PREPORTED); in pchild()
123 if ((jobflags & (PRUNNING|PREPORTED)) == 0) { in pchild()
127 fp->p_flags |= PREPORTED; in pchild()