Home | History | Annotate | Download | only in csh

Lines Matching refs:t_dflg

267 		t->t_dflg = F_AMPERSAND | F_NOINTERRUPT;
272 t1->t_dflg |= F_AMPERSAND | F_NOINTERRUPT;
275 t->t_dflg = 0;
351 t->t_dflg = 0;
386 t->t_dflg = 0;
424 t->t_dflg |= F_STDERR;
517 t->t_dflg = F_NOFORK;
541 t->t_dflg |= F_APPEND;
543 t->t_dflg |= F_STDERR, p = p->next;
550 t->t_dflg |= F_OVERWRITE, p = p->next;
569 t->t_dflg |= F_READ;
579 if ((flags & PHERE) && (t->t_dflg & F_READ))