Searched defs:lua_getglobal (Results 1 – 3 of 3) sorted by relevance
277 #define lua_getglobal(L,s) lua_getfield(L, LUA_GLOBALSINDEX, (s)) macro
223 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
605 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function