Home
last modified time | relevance | path

Searched refs:lua_replace (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDzcp_iter.c103 lua_replace(state, lua_upvalueindex(2)); in zcp_clones_iter()
190 lua_replace(state, lua_upvalueindex(2)); in zcp_snapshots_iter()
277 lua_replace(state, lua_upvalueindex(2)); in zcp_children_iter()
351 lua_replace(state, lua_upvalueindex(2)); in zcp_user_props_iter()
562 lua_replace(state, lua_upvalueindex(2)); in zcp_bookmarks_iter()
649 lua_replace(state, lua_upvalueindex(2)); in zcp_holds_iter()
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDltablib.c127 lua_replace(L, 1); /* move table into index 1 */ in pack()
HDlapi.c214 LUA_API void lua_replace (lua_State *L, int idx) { in lua_replace() function
1334 EXPORT_SYMBOL(lua_replace);
HDlstrlib.c671 lua_replace(L, lua_upvalueindex(3)); in gmatch_aux()
/freebsd-13-stable/contrib/lua/src/
HDliolib.c385 lua_replace(L, 1); /* put it at index 1 */ in io_lines()
392 lua_replace(L, 1); /* put file at index 1 */ in io_lines()
HDlbaselib.c360 lua_replace(L, RESERVEDSLOT); /* save string in reserved slot */ in generic_reader()
HDlua.h393 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1)) macro
HDlauxlib.c65 lua_replace(L, -3); /* (in the slot occupied by table) */ in findfield()
/freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/
HDlua.h150 LUA_API void (lua_replace) (lua_State *L, int idx); variable
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp4105 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_string()
4823 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBAddress()
5181 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBAddressRange()
5548 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBAddressRangeList()
6836 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBAttachInfo()
7633 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBlock()
9295 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBreakpoint()
9612 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBreakpointList()
10590 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBreakpointLocation()
11837 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBreakpointName()
[all …]