Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.c167 sethvalue(L, &g->l_registry, registry); in init_registry()
173 sethvalue(L, &mt, luaH_new(L)); in init_registry()
H A Dlobject.h230 #define sethvalue(L,obj,x) \ macro
254 #define sethvalue2s sethvalue
H A Dlapi.c677 sethvalue(L, L->top, t); in lua_createtable()
705 sethvalue(L, L->top, mt); in lua_getmetatable()
720 sethvalue(L, L->top, uvalue(o)->env); in lua_getuservalue()
H A Dldebug.c218 sethvalue(L, L->top, t); /* push it on stack */ in collectvalidlines()
H A Dlcode.c353 sethvalue(fs->ls->L, &k, fs->h); in nilK()
H A Dlvm.c667 sethvalue(L, ra, t); in luaV_execute()
/freebsd-12.1/contrib/lua/src/
H A Dlstate.c188 sethvalue(L, &g->l_registry, registry); in init_registry()
194 sethvalue(L, &temp, luaH_new(L)); /* temp = new table (global table) */ in init_registry()
H A Dlobject.h250 #define sethvalue(L,obj,x) \ macro
273 #define sethvalue2s sethvalue
H A Dlapi.c688 sethvalue(L, L->top, t); in lua_createtable()
715 sethvalue(L, L->top, mt); in lua_getmetatable()
H A Dldebug.c239 sethvalue(L, L->top, t); /* push it on stack */ in collectvalidlines()
H A Dlcode.c505 sethvalue(fs->ls->L, &k, fs->ls->h); in nilK()
H A Dlvm.c871 sethvalue(L, ra, t); in luaV_execute()
H A Dlparser.c1634 sethvalue(L, L->top, lexstate.h); /* anchor it */ in luaY_parser()