Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp_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.1/sys/contrib/openzfs/module/lua/
H A Dltablib.c127 lua_replace(L, 1); /* move table into index 1 */ in pack()
H A Dlapi.c214 LUA_API void lua_replace (lua_State *L, int idx) { in lua_replace() function
1332 EXPORT_SYMBOL(lua_replace);
H A Dlstrlib.c671 lua_replace(L, lua_upvalueindex(3)); in gmatch_aux()
/freebsd-13.1/contrib/lua/src/
H A Dliolib.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()
H A Dlbaselib.c360 lua_replace(L, RESERVEDSLOT); /* save string in reserved slot */ in generic_reader()
H A Dlua.h393 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1)) macro
H A Dlauxlib.c65 lua_replace(L, -3); /* (in the slot occupied by table) */ in findfield()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h150 LUA_API void (lua_replace) (lua_State *L, int idx); variable
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3908 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_string()
4626 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBAddress()
5762 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBAttachInfo()
6526 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBlock()
8187 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBreakpoint()
8504 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBreakpointList()
9482 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBreakpointLocation()
10729 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBreakpointName()
11493 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBroadcaster()
12645 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBCommandInterpreter()
[all …]