Searched refs:fromidx (Results 1 – 2 of 2) sorted by relevance
163 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx);
222 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { in lua_copy() argument225 fr = index2addr(L, fromidx); in lua_copy()