Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.c250 static int handle_script (lua_State *L, char **argv) { in handle_script() function
647 if (handle_script(L, argv + script) != LUA_OK) in pmain()