Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.h313 #define FSAVE (FNICE|FTIME|FNOHUP) /* save these when re-doing */
328 #define FTIME (1<<13) /* time this command */ macro
H A Dsh.sem.c137 t->t_dflg |= FTIME;
155 if (((t->t_dflg & FTIME) || (t->t_dflg & FPAR) == 0 &&
H A Dsh.proc.c421 if (t->t_dflg & FTIME) in palloc()