Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlauxlib.c767 static const char *luaL_findtable (lua_State *L, int idx, in luaL_findtable() function
812 luaL_findtable(L, LUA_REGISTRYINDEX, "_LOADED", 1); /* get _LOADED table */ in luaL_pushmodule()
818 if (luaL_findtable(L, 0, modname, sizehint) != NULL) in luaL_pushmodule()