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

  /external/mksh/src/
tree.c 103 case TEXEC:
1042 OPEN(TEXEC)
exec.c 427 case TEXEC:
485 static struct op texec; local
837 /* to fork, we set up a TEXEC node and call execute */
838 texec.type = TEXEC;
840 texec.left = t;
841 texec.str = tp->val.s;
842 texec.args = ap;
847 texec.args[0] = exec_argv0;
859 rv = exchild(&texec, flags, xerrok, -1)
    [all...]
sh.h     [all...]

Completed in 46 milliseconds