Searched refs:TPIPE (Results 1 – 5 of 5) sorted by relevance
71 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE) in execute()134 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) { in execute()169 case TPIPE: in execute()174 while (t->type == TPIPE) { in execute()
113 t = tl = block(TPIPE, t, p); in pipeline()115 tl = tl->right = block(TPIPE, tl->right, p); in pipeline()
109 case TPIPE: in ptree()1051 OPEN(TPIPE) in dumptree()
609 if (t->type == TPIPE) in exchild()
1967 #define TPIPE 3 /* a | b */ macro