Searched refs:sethvalue (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/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 | 675 sethvalue(L, L->top, t); in lua_createtable() 703 sethvalue(L, L->top, mt); in lua_getmetatable() 718 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 | 356 sethvalue(fs->ls->L, &k, fs->h); in nilK()
|
| H A D | lvm.c | 668 sethvalue(L, ra, t); in luaV_execute()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lstate.c | 219 sethvalue(L, &g->l_registry, registry); in init_registry() 225 sethvalue(L, &temp, luaH_new(L)); /* temp = new table (global table) */ in init_registry()
|
| H A D | lobject.h | 661 #define sethvalue(L,obj,x) \ macro 666 #define sethvalue2s(L,o,h) sethvalue(L,s2v(o),h)
|
| H A D | lcode.c | 636 sethvalue(fs->ls->L, &k, fs->ls->h); in nilK()
|