Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h226 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c639 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function