Searched refs:texec (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dexec.c501 static struct op texec; local
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);

Completed in 49 milliseconds