HomeSort by: relevance | last modified time | path
    Searched refs:PREPORTED (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
proc.h 74 #define PREPORTED (1<<12) /* status has been reported */
proc.c 116 pp->p_flags &= ~(PRUNNING | PSTOPPED | PREPORTED);
158 if ((jobflags & (PRUNNING | PREPORTED)) == 0) {
162 fp->p_flags |= PREPORTED;

Completed in 12 milliseconds