Home
last modified time | relevance | path

Searched refs:sethvalue (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.c165 sethvalue(L, &g->l_registry, registry); in init_registry()
171 sethvalue(L, &mt, luaH_new(L)); in init_registry()
H A Dlobject.h228 #define sethvalue(L,obj,x) \ macro
252 #define sethvalue2s sethvalue
H A Dlapi.c676 sethvalue(L, L->top, t); in lua_createtable()
704 sethvalue(L, L->top, mt); in lua_getmetatable()
719 sethvalue(L, L->top, uvalue(o)->env); in lua_getuservalue()
H A Dldebug.c217 sethvalue(L, L->top, t); /* push it on stack */ in collectvalidlines()
H A Dlcode.c355 sethvalue(fs->ls->L, &k, fs->h); in nilK()
H A Dlvm.c667 sethvalue(L, ra, t); in luaV_execute()
/freebsd/contrib/lua/src/
H A Dlstate.c219 sethvalue(L, &g->l_registry, registry); in init_registry()
224 sethvalue(L, &registry->array[LUA_RIDX_GLOBALS - 1], luaH_new(L)); in init_registry()
H A Dlobject.h686 #define sethvalue(L,obj,x) \ macro
691 #define sethvalue2s(L,o,h) sethvalue(L,s2v(o),h)
H A Dlcode.c656 sethvalue(fs->ls->L, &k, fs->ls->h); in nilK()