Home
last modified time | relevance | path

Searched refs:FDIAG (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/csh/
H A Dsh.sem.c326 (t->t_dflg & (FPIN|FAND|FDIAG|FINT));
479 if (flags & FDIAG) { in doio()
H A Dsh.parse.c450 t->t_dflg |= FDIAG; in syn2()
581 t->t_dflg |= FDIAG, p = p->next; in syn3()
H A Dsh.h322 #define FDIAG (1<<7) /* redirect unit 2 with unit 1 */ macro
H A Dsh.proc.c429 if (t->t_dflg & FDIAG) in palloc()
527 if (t->t_dflg & FDIAG) in padd()