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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h57 #define PTIME (1<<6) /* job times should be printed */ macro
H A Dsh.proc.c89 if (pp->p_flags & (PTIME|PPTIME) || adrof(S_time /* "time" */))
115 fp->p_flags |= PTIME;
121 pp->p_flags |= PTIME;
274 if ((jobflags&(PSIGNALED|PSTOPPED|PTIME)) ||
632 pp->p_flags |= PTIME;
741 if (jobflags&PTIME && (jobflags&(PSTOPPED|PRUNNING)) == 0) {

Completed in 58 milliseconds