Home
last modified time | relevance | path

Searched defs:lua_copy (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/lua/src/
Dlua.h156 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx); variable
Dlapi.c226 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { in lua_copy() function
/external/skia/third_party/lua/src/
Dlua.h151 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx); variable
Dlapi.c226 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { in lua_copy() function