Searched refs:luaV_finishfastset (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lvm.h | 114 #define luaV_finishfastset(L,t,slot,v) \ macro
|
H A D | lvm.c | 384 luaV_finishfastset(L, t, slot, val); 1400 luaV_finishfastset(L, upval, slot, rc); 1415 luaV_finishfastset(L, s2v(ra), slot, rc); 1427 luaV_finishfastset(L, s2v(ra), slot, rc); 1443 luaV_finishfastset(L, s2v(ra), slot, rc);
|
H A D | lapi.c | 844 luaV_finishfastset(L, t, slot, s2v(L->top.p - 1)); in auxsetstr() 872 luaV_finishfastset(L, t, slot, s2v(L->top.p - 1)); in lua_settable() 894 luaV_finishfastset(L, t, slot, s2v(L->top.p - 1)); in lua_seti()
|