Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlvm.h108 #define luaV_finishfastset(L,t,slot,v) \ macro
H A Dlvm.c368 luaV_finishfastset(L, t, slot, val); in luaV_finishset()
1319 luaV_finishfastset(L, upval, slot, rc); in luaV_execute()
1334 luaV_finishfastset(L, s2v(ra), slot, rc); in luaV_execute()
1346 luaV_finishfastset(L, s2v(ra), slot, rc); in luaV_execute()
1362 luaV_finishfastset(L, s2v(ra), slot, rc); in luaV_execute()
H A Dlapi.c834 luaV_finishfastset(L, t, slot, s2v(L->top.p - 1)); in auxsetstr()
862 luaV_finishfastset(L, t, slot, s2v(L->top.p - 1)); in lua_settable()
884 luaV_finishfastset(L, t, slot, s2v(L->top.p - 1)); in lua_seti()