Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlstate.c188 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen() function
313 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()