Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/lua/src/
H A Dlua.c248 static int handle_script (lua_State *L, char **argv) { in handle_script() function
645 if (handle_script(L, argv + script) != LUA_OK) in pmain()