Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dproc.c122 if (pp->p_flags & (PTIME | PPTIME) || adrof(STRtime)) in pchild()
146 if ((fp->p_flags & (PPTIME | PRUNNING | PSTOPPED)) == 0 && in pchild()
154 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) { in pchild()
155 pp->p_flags &= ~PPTIME; in pchild()
174 if (jobflags & (PSIGNALED | PSTOPPED | PPTIME) || in pchild()
462 pp->p_flags |= PPTIME; in palloc()
663 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) { in pprint()
664 pp->p_flags &= ~PPTIME; in pprint()
780 if (pp->p_flags & PPTIME && !(status & (PSTOPPED | PRUNNING))) { in pprint()
H A Dproc.h76 #define PPTIME (1<<14) /* time individual process */ macro