Searched refs:sethvalue (Results 1 – 13 of 13) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstate.c | 74 sethvalue(L, gt(L), luaH_new(L, 0, 2)); /* table of globals */ in f_luaopen() 75 sethvalue(L, registry(L), luaH_new(L, 0, 2)); /* registry */ in f_luaopen()
|
| H A D | lapi.c | 64 sethvalue(L, &L->env, func->c.env); in index2adr() 581 sethvalue(L, L->top, luaH_new(L, narray, nrec)); in lua_createtable() 607 sethvalue(L, L->top, mt); in lua_getmetatable() 623 sethvalue(L, L->top, clvalue(o)->c.env); in lua_getfenv() 626 sethvalue(L, L->top, uvalue(o)->env); in lua_getfenv() 750 sethvalue(L, gt(thvalue(o)), hvalue(L->top - 1)); in lua_setfenv()
|
| H A D | lobject.h | 148 #define sethvalue(L,obj,x) \ macro 176 #define sethvalue2s sethvalue
|
| H A D | lvm.c | 435 sethvalue(L, &g, cl->env); in luaV_execute() 446 sethvalue(L, &g, cl->env); in luaV_execute() 464 sethvalue(L, ra, luaH_new(L, luaO_fb2int(b), luaO_fb2int(c))); in luaV_execute()
|
| H A D | ldo.c | 237 sethvalue(L, L->top++, htab); in adjust_varargs()
|
| H A D | ldebug.c | 187 sethvalue(L, L->top, t); in collectvalidlines()
|
| H A D | lcode.c | 275 sethvalue(fs->L, &k, fs->h); in nilK()
|
| /f-stack/freebsd/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 | 352 sethvalue(fs->ls->L, &k, fs->h); in nilK()
|
| H A D | lvm.c | 668 sethvalue(L, ra, t); in luaV_execute()
|