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:
1008 OPEN(TEXEC)
exec.c 446 case TEXEC:
504 static struct op texec; local
875 /* to fork, we set up a TEXEC node and call execute */
876 texec.type = TEXEC;
878 texec.left = t;
879 texec.str = tp->val.s;
880 texec.args = ap;
885 texec.args[0] = exec_argv0;
897 rv = exchild(&texec, flags, xerrok, -1)
    [all...]
sh.h     [all...]

Completed in 202 milliseconds