Home
last modified time | relevance | path

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

/third_party/mksh/
Dexec.c35 static void scriptexec(struct op *, const char **) MKSH_A_NORETURN;
447 scriptexec(t, (const char **)up); in execute()
871 scriptexec(struct op *tp, const char **ap) in scriptexec() function