Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h223 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c608 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function