Home
last modified time | relevance | path

Searched defs:luaL_getsubtable (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlauxlib.h93 LUALIB_API int (luaL_getsubtable) (lua_State *L, int idx, const char *fname); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlauxlib.c866 LUALIB_API int luaL_getsubtable (lua_State *L, int idx, const char *fname) { in luaL_getsubtable() function