Searched defs:lua_getglobal (Results 1 – 2 of 2) sorted by relevance
222 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
607 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function