Home
last modified time | relevance | path

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

/titanic_50/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" */)) in pchild()
115 fp->p_flags |= PTIME; in pchild()
121 pp->p_flags |= PTIME; in pchild()
274 if ((jobflags&(PSIGNALED|PSTOPPED|PTIME)) || in pjwait()
632 pp->p_flags |= PTIME; in pprint()
741 if (jobflags&PTIME && (jobflags&(PSTOPPED|PRUNNING)) == 0) { in pprint()