Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h61 #define PREPORTED (1<<12) /* status has been reported */ macro
H A Dsh.proc.c90 pp->p_flags &= ~(PRUNNING|PSTOPPED|PREPORTED); in pchild()
129 if ((jobflags & (PRUNNING|PREPORTED)) == 0) { in pchild()
133 fp->p_flags |= PREPORTED; in pchild()