Searched refs:lua_copy (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/lua/src/
H A Dlua.h163 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx);
373 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1))
H A Dlauxlib.c83 lua_copy(L, -1, top + 1); /* move name to proper place */
H A Dlapi.c222 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { function
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h150 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx);
H A Dlauxlib.c67 lua_copy(L, -1, top + 1); /* move name to proper place */
H A Dlapi.c225 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { function

Completed in 145 milliseconds