Home
last modified time | relevance | path

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

/third_party/mksh/
Dexec.c487 static struct op texec; in comexec() local
838 texec.type = TEXEC; in comexec()
840 texec.left = t; in comexec()
841 texec.str = tp->val.s; in comexec()
842 texec.args = ap; in comexec()
847 texec.args[0] = exec_argv0; in comexec()
859 rv = exchild(&texec, flags, xerrok, -1); in comexec()