Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dillumos_kernel.skipped_functions10 luaV_settable
/illumos-gate/usr/src/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()