Home | History | Annotate | Download | only in csh

Lines Matching refs:t_dcdr

399 	t->t_dcdr->t_dflg |= F_PIPEIN | (t->t_dflg &
403 execute(t->t_dcdr, wanttty, pv, pipeout);
412 if (t->t_dcar->t_dflg & F_AMPERSAND && t->t_dcdr &&
413 (t->t_dcdr->t_dflg & F_AMPERSAND) == 0)
416 if (t->t_dcdr) {
417 t->t_dcdr->t_dflg |= t->t_dflg &
419 execute(t->t_dcdr, wanttty, NULL, NULL);
431 if (t->t_dcdr) {
432 t->t_dcdr->t_dflg |= t->t_dflg &
434 execute(t->t_dcdr, wanttty, NULL, NULL);