HomeSort by relevance Sort by last modified time
    Searched refs:lua_copy (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lbaselib.c 403 lua_copy(L, 2, 1); /* ...and error handler */
lua.h 151 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx);
lauxlib.c 72 lua_copy(L, -1, top + 1); /* move name to proper place */
lapi.c 226 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { function

Completed in 49 milliseconds