Searched refs:luaV_finishfastset (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/lua/src/ |
| H A D | lvm.h | 108 #define luaV_finishfastset(L,t,slot,v) \ macro
|
| H A D | lvm.c | 368 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 D | lapi.c | 834 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()
|