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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h65 #define PPTIME (1<<14) /* time individual process */ macro
H A Dsh.proc.c89 if (pp->p_flags & (PTIME|PPTIME) || adrof(S_time /* "time" */))
111 if ((fp->p_flags & (PPTIME|PRUNNING|PSTOPPED)) == 0 &&
119 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) {
120 pp->p_flags &= ~PPTIME;
138 if (jobflags & (PSIGNALED|PSTOPPED|PPTIME) ||
422 pp->p_flags |= PPTIME;
630 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) {
631 pp->p_flags &= ~PPTIME;
723 if (pp->p_flags&PPTIME && !(status&(PSTOPPED|PRUNNING))) {

Completed in 45 milliseconds