Lines Matching refs:F_PIPEIN
200 if (t->t_dflg & F_PIPEIN) in execute()
357 if (t->t_dflg & F_PIPEIN) in execute()
367 if (bifunc && (t->t_dflg & F_PIPEIN)) in execute()
385 (bifunc && (t->t_dflg & F_PIPEIN) != 0 && in execute()
607 if ((t->t_dflg & F_PIPEIN) != 0) in execute()
610 if (didfds == 0 && t->t_dflg & F_PIPEIN) { in execute()
629 if (t->t_dflg & F_PIPEIN) { in execute()
699 t->t_dcdr->t_dflg |= F_PIPEIN | (t->t_dflg & in execute()
703 (F_PIPEIN | F_AMPERSAND | F_STDERR | F_NOINTERRUPT | F_BACKQ)); in execute()
707 (F_PIPEIN | F_AMPERSAND | F_STDERR | F_NOINTERRUPT | F_BACKQ)); in execute()
709 t->t_dcdr->t_dflg |= F_PIPEIN | (t->t_dflg & in execute()
867 else if (flags & F_PIPEIN) { in doio()