Searched defs:lua_getglobal (Results 1 – 4 of 4) sorted by relevance
222 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
261 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
666 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function
606 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function