Searched refs:setobj2t (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/lua/src/ |
| H A D | lvm.h | 109 { setobj2t(L, cast(TValue *,slot), v); \
|
| H A D | ltable.c | 719 setobj2t(L, gval(mp), value); in luaH_newkey() 831 setobj2t(L, cast(TValue *, slot), value); in luaH_finishset() 853 setobj2t(L, cast(TValue *, p), value); in luaH_setint()
|
| H A D | lobject.h | 137 #define setobj2t setobj macro
|
| H A D | lvm.c | 1870 setobj2t(L, &h->array[last - 1], val); in luaV_execute()
|
| /src/sys/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 | 775 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1); in lua_rawset() 804 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()
|