Searched defs:lua_getlocal (Results 1 – 3 of 3) sorted by relevance
127 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function
150 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function
384 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); variable