Home
last modified time | relevance | path

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

/freebsd/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); in pchild()
355 if ((jobflags & (PRUNNING | PREPORTED)) == 0) { in pchild()
359 fp->p_flags |= PREPORTED; in pchild()