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

  /external/mksh/src/
tree.c 90 case TEXEC:
1009 OPEN(TEXEC)
exec.c 442 case TEXEC:
501 static struct op texec; local
834 /* to fork we set up a TEXEC node and call execute */
835 texec.type = TEXEC;
837 texec.left = t;
838 texec.str = tp->val.s;
839 texec.args = ap;
840 rv = exchild(&texec, flags, xerrok, -1);
    [all...]
sh.h     [all...]

Completed in 42 milliseconds