Searched refs:TPIPE (Results 1 – 4 of 4) sorted by relevance
34 #define TPIPE 3 /* a | b */ macro
71 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE) in execute()106 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) { in execute()139 case TPIPE: in execute()144 while (t->type == TPIPE) { in execute()
83 t = tl = block(TPIPE, t, p, NULL); in pipeline()85 tl = tl->right = block(TPIPE, tl->right, p, NULL); in pipeline()
55 case TPIPE: in ptree()