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 D | lvm.h | 35 LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key,
|
| H A D | lvm.c | 136 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 D | lapi.c | 740 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 D | lvm.h | 90 #define luaV_settable(L,t,k,v) { const TValue *slot; \ macro
|
| H A D | lapi.c | 771 luaV_settable(L, t, L->top - 2, L->top - 1); in lua_settable()
|