Searched refs:lua_copy (Results 1 – 4 of 4) sorted by relevance
403 lua_copy(L, 2, 1); /* ...and error handler */ in luaB_xpcall()
72 lua_copy(L, -1, top + 1); /* move name to proper place */ in pushglobalfuncname()
226 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { in lua_copy() function
151 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx); variable