Searched refs:lua_setupvalue (Results 1 – 3 of 3) sorted by relevance
338 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n);
184 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
1071 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() function