Home
last modified time | relevance | path

Searched refs:luaV_finishfastset (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlvm.h114 #define luaV_finishfastset(L,t,slot,v) \ macro
H A Dlvm.c384 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 Dlapi.c844 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()