Searched refs:lua_replace (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp_iter.c | 106 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 D | ltablib.c | 126 lua_replace(L, 1); /* move table into index 1 */ in pack()
|
H A D | lapi.c | 213 LUA_API void lua_replace (lua_State *L, int idx) { in lua_replace() function 1309 EXPORT_SYMBOL(lua_replace);
|
H A D | lstrlib.c | 670 lua_replace(L, lua_upvalueindex(3)); in gmatch_aux()
|
/freebsd/contrib/lua/src/ |
H A D | liolib.c | 391 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 D | lbaselib.c | 382 lua_replace(L, RESERVEDSLOT); /* save string in reserved slot */ in generic_reader()
|
H A D | lua.h | 405 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1)) macro
|
H A D | lauxlib.c | 65 lua_replace(L, -3); /* (in the slot occupied by table) */ in findfield()
|
H A D | ltests.c | 1645 lua_replace(L1, getindex); in runC()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 149 LUA_API void (lua_replace) (lua_State *L, int idx); variable
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 4105 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 …]
|