Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/contrib/openzfs/module/lua/
H A Dltablib.c126 lua_replace(L, 1); /* move table into index 1 */ in pack()
H A Dlapi.c213 LUA_API void lua_replace (lua_State *L, int idx) { in lua_replace() function
1309 EXPORT_SYMBOL(lua_replace);
H A Dlstrlib.c670 lua_replace(L, lua_upvalueindex(3)); in gmatch_aux()
/freebsd-14.2/contrib/lua/src/
H A Dliolib.c391 lua_replace(L, 1); /* put it at index 1 */ in io_lines()
398 lua_replace(L, 1); /* put file at index 1 */ in io_lines()
H A Dlbaselib.c382 lua_replace(L, RESERVEDSLOT); /* save string in reserved slot */ in generic_reader()
H A Dlua.h405 #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()
H A Dltests.c1645 lua_replace(L1, getindex); in runC()
/freebsd-14.2/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h149 LUA_API void (lua_replace) (lua_State *L, int idx); variable
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp4046 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_string()
4764 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBAddress()
6066 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBAttachInfo()
6836 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBlock()
8497 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBreakpoint()
8814 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBreakpointList()
9792 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBreakpointLocation()
11039 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBreakpointName()
11834 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBBroadcaster()
13215 lua_replace(L,1); /* replace our table with real constructor */ in _proxy__wrap_new_SBCommandInterpreter()
[all …]