Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.sem.c200 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()
709 t->t_dcdr->t_dflg |= F_PIPEIN | (t->t_dflg & in execute()
[all …]
H A Dsh.h900 #define F_PIPEIN (1<<2) /* input is a pipe */ macro
H A Dsh.proc.c892 if ((t->t_dflg & F_PIPEIN) == 0 && t->t_dlef) { in padd()