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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.proc.h99 #define PREPORTED (1<<12) /* status has been reported */ macro
H A Dsh.proc.c285 pp->p_flags &= ~(PRUNNING | PSTOPPED | PREPORTED);
355 if ((jobflags & (PRUNNING | PREPORTED)) == 0) {
359 fp->p_flags |= PREPORTED;

Completed in 108 milliseconds