HomeSort by relevance Sort by last modified time
    Searched refs:PPTIME (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.proc.h 65 #define PPTIME (1<<14) /* time individual process */
sh.proc.c 89 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 60 milliseconds