Home
last modified time | relevance | path

Searched refs:FTIME (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.h296 #define FSAVE (FNICE|FTIME|FNOHUP) /* save these when re-doing */
311 #define FTIME (1<<13) /* time this command */ macro
H A Dsh.sem.c135 t->t_dflg |= FTIME;
153 if (((t->t_dflg & FTIME) || (t->t_dflg & FPAR) == 0 &&
H A Dsh.proc.c427 if (t->t_dflg & FTIME) in palloc()