Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_iter.c106 lua_replace(state, lua_upvalueindex(2)); in zcp_clones_iter()
193 lua_replace(state, lua_upvalueindex(2)); in zcp_snapshots_iter()
280 lua_replace(state, lua_upvalueindex(2)); in zcp_children_iter()
354 lua_replace(state, lua_upvalueindex(2)); in zcp_user_props_iter()
568 lua_replace(state, lua_upvalueindex(2)); in zcp_bookmarks_iter()
657 lua_replace(state, lua_upvalueindex(2)); in zcp_holds_iter()
/freebsd/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/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/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h149 LUA_API void (lua_replace) (lua_State *L, int idx); variable
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.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 …]