Searched refs:lua_copy (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lua.h | 183 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx); variable 405 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1))
|
H A D | loadlib.c | 679 lua_copy(L, -1, -2); /* replace loader result */ in ll_require()
|
H A D | lauxlib.c | 89 lua_copy(L, -1, top + 1); /* copy name to proper place */ in pushglobalfuncname()
|
H A D | lapi.c | 255 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { in lua_copy() function
|
H A D | ltests.c | 1454 lua_copy(L1, f, getindex); in runC()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 150 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx); variable
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 65 lua_copy(L, -1, top + 1); /* move name to proper place */ in pushglobalfuncname()
|
H A D | lapi.c | 222 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { in lua_copy() function
|