Searched refs:sethvalue (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstate.c | 166 sethvalue(L, &g->l_registry, registry); in init_registry() 172 sethvalue(L, &mt, luaH_new(L)); in init_registry()
|
H A D | lobject.h | 229 #define sethvalue(L,obj,x) \ macro 253 #define sethvalue2s sethvalue
|
H A D | lapi.c | 677 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 D | ldebug.c | 218 sethvalue(L, L->top, t); /* push it on stack */ in collectvalidlines()
|
H A D | lcode.c | 356 sethvalue(fs->ls->L, &k, fs->h); in nilK()
|
H A D | lvm.c | 668 sethvalue(L, ra, t); in luaV_execute()
|
/freebsd/contrib/lua/src/ |
H A D | lstate.c | 219 sethvalue(L, &g->l_registry, registry); in init_registry() 224 sethvalue(L, ®istry->array[LUA_RIDX_GLOBALS - 1], luaH_new(L)); in init_registry()
|
H A D | lobject.h | 684 #define sethvalue(L,obj,x) \ macro 689 #define sethvalue2s(L,o,h) sethvalue(L,s2v(o),h)
|
H A D | lcode.c | 657 sethvalue(fs->ls->L, &k, fs->ls->h); in nilK()
|