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

/external/mksh/src/
H A Dexec.c69 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE)
151 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) {
157 /* mark for replacement later (unless TPIPE) */
186 case TPIPE:
191 while (t->type == TPIPE) {
H A Dsyn.c100 t = tl = block(TPIPE, t, p, NOWORDS);
102 tl = tl->right = block(TPIPE, tl->right, p, NOWORDS);
H A Dtree.c75 case TPIPE:
888 OPEN(TPIPE)
H A Djobs.c550 if (t->type == TPIPE)
H A Dsh.h1161 #define TPIPE 3 /* a | b */ macro

Completed in 148 milliseconds