Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlua.c333 static int handle_script (lua_State *L, char **argv, int n) { in handle_script() function
472 if (script && handle_script(L, argv, script) != LUA_OK) return 0; in pmain()