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

  /external/mksh/src/
exec.c 366 case TEXEC: /* an eval'd TCOM */
410 static struct op texec; /* Must be static (XXX but why?) */ local
695 /* to fork we set up a TEXEC node and call execute */
696 texec.type = TEXEC;
697 texec.left = t; /* for tprint */
698 texec.str = tp->val.s;
699 texec.args = ap;
700 rv = exchild(&texec, flags, xerrok, -1);
    [all...]
tree.c 64 case TEXEC:
sh.h 1061 * path to execute for TEXEC;
    [all...]

Completed in 130 milliseconds