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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.proc.h94 #define PTIME (1<<6) /* job times should be printed */ macro
H A Dsh.proc.c292 if (pp->p_flags & (PTIME | PPTIME) || adrof(STRtime))
348 fp->p_flags |= PTIME;
354 pp->p_flags |= PTIME;
384 else if ((jobflags & (PTIME|PSTOPPED)) == PTIME)
528 if ((jobflags & (PSIGNALED | PSTOPPED | PTIME)) ||
976 pp->p_flags |= PTIME;
1184 if (jobflags & PTIME && (jobflags & (PSTOPPED | PRUNNING)) == 0) {

Completed in 50 milliseconds