Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.proc.h93 #define PTIME (1<<6) /* job times should be printed */ macro
H A Dsh.proc.c291 if (pp->p_flags & (PTIME | PPTIME) || adrof(STRtime)) in pchild()
347 fp->p_flags |= PTIME; in pchild()
353 pp->p_flags |= PTIME; in pchild()
383 else if ((jobflags & (PTIME|PSTOPPED)) == PTIME) in pchild()
528 if ((jobflags & (PSIGNALED | PSTOPPED | PTIME)) || in pjwait()
1001 pp->p_flags |= PTIME; in pprint()
1212 if (jobflags & PTIME && (jobflags & (PSTOPPED | PRUNNING)) == 0) { in pprint()