Searched refs:setobj2t (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltable.c | 438 setobj2t(L, gkey(mp), key); in luaH_newkey() 531 setobj2t(L, cell, value); in luaH_setint()
|
| H A D | lobject.h | 258 #define setobj2t setobj macro
|
| H A D | lapi.c | 773 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1); in lua_rawset() 802 setobj2t(L, luaH_set(L, hvalue(t), &k), L->top - 1); in lua_rawsetp()
|
| H A D | lvm.c | 155 setobj2t(L, oldval, val); /* assign new value to that entry */ in luaV_settable()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lobject.h | 181 #define setobj2t setobj macro
|
| H A D | lvm.c | 144 setobj2t(L, oldval, val); in luaV_settable() 714 setobj2t(L, luaH_setnum(L, h, last--), val); in luaV_execute()
|
| H A D | lapi.c | 677 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1); in lua_rawset() 690 setobj2t(L, luaH_setnum(L, hvalue(o), n), L->top-1); in lua_rawseti()
|