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

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.proc.h93 #define PTIME (1<<6) /* job times should be printed */ macro
H A Dsh.proc.c286 if (pp->p_flags & (PTIME | PPTIME) || adrof(STRtime))
342 fp->p_flags |= PTIME;
348 pp->p_flags |= PTIME;
377 else if ((jobflags & (PTIME|PSTOPPED)) == PTIME)
521 if ((jobflags & (PSIGNALED | PSTOPPED | PTIME)) ||
954 pp->p_flags |= PTIME;
1162 if (jobflags & PTIME && (jobflags & (PSTOPPED | PRUNNING)) == 0) {
/macosx-10.10/system_cmds-643.1.1/iostat.tproj/
H A Diostat.c713 #define PTIME(kind) { \ macro
717 PTIME(CPU_STATE_USER);
718 PTIME(CPU_STATE_SYSTEM);
719 PTIME(CPU_STATE_IDLE);

Completed in 138 milliseconds