Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dsem.c197 (bifunc && (t->t_dflg & (F_PIPEIN | F_PIPEOUT)) != 0 && in execute()
349 if (didfds == 0 && t->t_dflg & F_PIPEIN) { in execute()
397 (t->t_dflg & (F_PIPEIN | F_AMPERSAND | F_STDERR | F_NOINTERRUPT)); in execute()
399 t->t_dcdr->t_dflg |= F_PIPEIN | (t->t_dflg & in execute()
551 else if (flags & F_PIPEIN) { in doio()
H A Dcsh.h320 #define F_PIPEIN (1<<2) /* input is a pipe */ macro
H A Dproc.c559 if ((t->t_dflg & F_PIPEIN) == 0 && t->t_dlef) { in padd()