Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c410 static struct op texec; /* Must be static (XXX but why?) */ in comexec() local
696 texec.type = TEXEC; in comexec()
697 texec.left = t; /* for tprint */ in comexec()
698 texec.str = tp->val.s; in comexec()
699 texec.args = ap; in comexec()
700 rv = exchild(&texec, flags, xerrok, -1); in comexec()