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...]