Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlua.c226 lua_getglobal(L, "require"); in dolibrary()
237 lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2"); in get_prompt()
312 lua_getglobal(L, "print"); in dotty()
Dlbaselib.c26 lua_getglobal(L, "tostring"); in luaB_print()
Dlapi.c608 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h223 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable