Home | History | Annotate | Download | only in src

Lines Matching refs:TPIPE

73 	if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE)
146 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) {
152 /* mark for replacement later (unless TPIPE) */
181 case TPIPE:
186 while (t->type == TPIPE) {