Searched refs:lua_getupvalue (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dldblib.c209 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n);
H A Dlua.h386 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n);
H A Dlapi.c1213 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { function

Completed in 68 milliseconds