Searched refs:setobj2t (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | ltable.c | 732 setobj2t(L, gval(mp), value); in luaH_newkey() 832 setobj2t(L, cast(TValue *, slot), value); in luaH_finishset() 854 setobj2t(L, cast(TValue *, p), value); in luaH_setint()
|
H A D | lvm.h | 115 { setobj2t(L, cast(TValue *,slot), v); \
|
H A D | lobject.h | 141 #define setobj2t setobj macro
|
H A D | lvm.c | 1968 setobj2t(L, &h->array[last - 1], val);
|