Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c95 if (pp->p_flags & (PTIME|PPTIME) || adrof(S_time /* "time" */)) in pchild()
117 if ((fp->p_flags & (PPTIME|PRUNNING|PSTOPPED)) == 0 && in pchild()
125 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) { in pchild()
126 pp->p_flags &= ~PPTIME; in pchild()
144 if (jobflags & (PSIGNALED|PSTOPPED|PPTIME) || in pchild()
428 pp->p_flags |= PPTIME; in palloc()
636 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) { in pprint()
637 pp->p_flags &= ~PPTIME; in pprint()
729 if (pp->p_flags&PPTIME && !(status&(PSTOPPED|PRUNNING))) { in pprint()
H A Dsh.proc.h63 #define PPTIME (1<<14) /* time individual process */ macro