Home
last modified time | relevance | path

Searched refs:luaV_settable (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.h35 LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key,
H A Dlvm.c136 void luaV_settable (lua_State *L, const TValue *t, TValue *key, StkId val) { in luaV_settable() function
653 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i))); in luaV_execute()
661 Protect(luaV_settable(L, ra, RKB(i), RKC(i))); in luaV_execute()
H A Dlapi.c740 luaV_settable(L, gt, L->top - 1, L->top - 2); in lua_setglobal()
751 luaV_settable(L, t, L->top - 2, L->top - 1); in lua_settable()
763 luaV_settable(L, t, L->top - 1, L->top - 2); in lua_setfield()
/freebsd-12.1/contrib/lua/src/
H A Dlvm.h90 #define luaV_settable(L,t,k,v) { const TValue *slot; \ macro
H A Dlapi.c771 luaV_settable(L, t, L->top - 2, L->top - 1); in lua_settable()