Searched refs:lua_copy (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlbaselib.c403 lua_copy(L, 2, 1); /* ...and error handler */
H A Dlua.h151 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx);
H A Dlauxlib.c72 lua_copy(L, -1, top + 1); /* move name to proper place */
H A Dlapi.c226 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { function

Completed in 72 milliseconds