Searched refs:TPIPE (Results 1 – 5 of 5) sorted by relevance
70 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE) in execute()133 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) { in execute()168 case TPIPE: in execute()173 while (t->type == TPIPE) { in execute()
109 t = tl = block(TPIPE, t, p); in pipeline()111 tl = tl->right = block(TPIPE, tl->right, p); in pipeline()
109 case TPIPE: in ptree()1050 OPEN(TPIPE) in dumptree()
601 if (t->type == TPIPE) in exchild()
1678 #define TPIPE 3 /* a | b */ macro