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

/external/mksh/src/
H A Dexec.c73 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) {
H A Dsyn.c111 t = tl = block(TPIPE, t, p);
113 tl = tl->right = block(TPIPE, tl->right, p);
H A Dtree.c96 case TPIPE:
1019 OPEN(TPIPE)
H A Djobs.c602 if (t->type == TPIPE)
H A Dsh.h1301 #define TPIPE 3 /* a | b */ macro

Completed in 101 milliseconds