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:
990 OPEN(TEXEC)
exec.c 447 case TEXEC:
506 static struct op texec; local
821 /* to fork we set up a TEXEC node and call execute */
822 texec.type = TEXEC;
824 texec.left = t;
825 texec.str = tp->val.s;
826 texec.args = ap;
827 rv = exchild(&texec, flags, xerrok, -1);
    [all...]
sh.h     [all...]

Completed in 24 milliseconds