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

/illumos-gate/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);
123 if ((jobflags & (PRUNNING|PREPORTED)) == 0) {
127 fp->p_flags |= PREPORTED;

Completed in 44 milliseconds