HomeSort by relevance Sort by last modified time
    Searched refs:TPIPE (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
exec.c 73 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) {
    [all...]
syn.c 111 t = tl = block(TPIPE, t, p);
113 tl = tl->right = block(TPIPE, tl->right, p);
tree.c 96 case TPIPE:
1018 OPEN(TPIPE)
jobs.c 554 if (t->type == TPIPE)
    [all...]
sh.h     [all...]

Completed in 48 milliseconds