Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h150 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx); variable
H A Dlapi.c225 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { in lua_copy() function