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

  /external/mksh/src/
tree.c 109 case TPIPE:
1051 OPEN(TPIPE)
exec.c 70 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE)
133 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) {
139 /* mark for replacement later (unless TPIPE) */
168 case TPIPE:
173 while (t->type == TPIPE) {
    [all...]
syn.c 113 t = tl = block(TPIPE, t, p);
115 tl = tl->right = block(TPIPE, tl->right, p);
jobs.c 614 if (t->type == TPIPE)
    [all...]
sh.h     [all...]

Completed in 398 milliseconds