Home
last modified time | relevance | path

Searched refs:TPIPE (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dexec.c73 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE) in execute()
154 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) { in execute()
189 case TPIPE: in execute()
194 while (t->type == TPIPE) { in execute()
Dsyn.c111 t = tl = block(TPIPE, t, p, NOWORDS); in pipeline()
113 tl = tl->right = block(TPIPE, tl->right, p, NOWORDS); in pipeline()
Dtree.c96 case TPIPE: in ptree()
999 OPEN(TPIPE) in dumptree()
Djobs.c556 if (t->type == TPIPE) in exchild()
Dsh.h1291 #define TPIPE 3 /* a | b */ macro