Searched defs:lua_getglobal (Results 1 – 2 of 2) sorted by relevance
/external/lua/src/ | ||
D | lua.h | 250 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable |
D | lapi.c | 632 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function |