Searched refs:sethvalue (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstate.c | 165 sethvalue(L, &g->l_registry, registry); in init_registry() 171 sethvalue(L, &mt, luaH_new(L)); in init_registry()
|
H A D | lobject.h | 228 #define sethvalue(L,obj,x) \ macro 252 #define sethvalue2s sethvalue
|
H A D | lapi.c | 676 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 D | ldebug.c | 217 sethvalue(L, L->top, t); /* push it on stack */ in collectvalidlines()
|
H A D | lcode.c | 355 sethvalue(fs->ls->L, &k, fs->h); in nilK()
|
H A D | lvm.c | 667 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 | 686 #define sethvalue(L,obj,x) \ macro 691 #define sethvalue2s(L,o,h) sethvalue(L,s2v(o),h)
|
H A D | lcode.c | 656 sethvalue(fs->ls->L, &k, fs->ls->h); in nilK()
|