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

  /external/mksh/src/
exec.c 72 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE)
150 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) {
156 /* mark for replacement later (unless TPIPE) */
185 case TPIPE:
190 while (t->type == TPIPE) {
    [all...]
syn.c 110 t = tl = block(TPIPE, t, p);
112 tl = tl->right = block(TPIPE, tl->right, p);
tree.c 96 case TPIPE:
1017 OPEN(TPIPE)
jobs.c 602 if (t->type == TPIPE)
    [all...]
sh.h     [all...]

Completed in 57 milliseconds