Home
last modified time | relevance | path

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

/aosp_15_r20/external/mksh/src/
H A Dexec.c35 static void scriptexec(struct op *, const char **) MKSH_A_NORETURN;
447 scriptexec(t, (const char **)up); in execute()
869 scriptexec(struct op *tp, const char **ap) in scriptexec() function