Searched refs:toidx (Results 1 – 2 of 2) sorted by relevance
222 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { in lua_copy() argument226 to = index2addr(L, toidx); in lua_copy()229 if (isupvalue(toidx)) /* function upvalue? */ in lua_copy()
163 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx);