| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lvm.c | 91 setobjs2s(L, res, L->top); in callTMres() 408 setobjs2s(L, ra, RB(i)); in luaV_execute() 470 setobjs2s(L, ra+1, rb); in luaV_execute() 538 setobjs2s(L, RA(i), base+b); in luaV_execute() 580 setobjs2s(L, ra, rb); in luaV_execute() 622 setobjs2s(L, func+aux, pfunc+aux); in luaV_execute() 683 setobjs2s(L, cb+2, ra+2); in luaV_execute() 684 setobjs2s(L, cb+1, ra+1); in luaV_execute() 685 setobjs2s(L, cb, ra); in luaV_execute() 691 setobjs2s(L, cb-1, cb); /* save control variable */ in luaV_execute() [all …]
|
| H A D | ldo.c | 63 setobjs2s(L, oldtop, L->top - 1); /* error message on current top */ in luaD_seterrorobj() 232 setobjs2s(L, L->top++, fixed+i); in adjust_varargs() 251 for (p = L->top; p > func; p--) setobjs2s(L, p, p-1); in tryfuncTM() 356 setobjs2s(L, res++, firstResult++); in luaD_poscall()
|
| H A D | ldebug.c | 143 setobjs2s(L, ci->base + (n - 1), L->top - 1); in lua_setlocal() 622 setobjs2s(L, L->top, L->top - 1); /* move argument */ in luaG_errormsg() 623 setobjs2s(L, L->top - 1, errfunc); /* push function */ in luaG_errormsg()
|
| H A D | lapi.c | 185 while (++p < L->top) setobjs2s(L, p-1, p); in lua_remove() 197 for (q = L->top; q>p; q--) setobjs2s(L, q, q-1); in lua_insert() 198 setobjs2s(L, p, L->top); in lua_insert()
|
| H A D | lobject.h | 172 #define setobjs2s setobj macro
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 106 setobjs2s(L, p3, --L->top); in callTM() 493 setobjs2s(L, base + GETARG_A(inst), --L->top); in luaV_finishOp() 619 setobjs2s(L, ra, RB(i)); in luaV_execute() 675 setobjs2s(L, ra+1, rb); in luaV_execute() 725 setobjs2s(L, ra, rb); in luaV_execute() 769 setobjs2s(L, ra, rb); in luaV_execute() 806 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute() 857 setobjs2s(L, cb+2, ra+2); in luaV_execute() 858 setobjs2s(L, cb+1, ra+1); in luaV_execute() 859 setobjs2s(L, cb, ra); in luaV_execute() [all …]
|
| H A D | ldebug.c | 181 setobjs2s(L, pos, L->top - 1); in lua_setlocal() 299 setobjs2s(L, L->top, func); in lua_getinfo() 591 setobjs2s(L, L->top, L->top - 1); /* move argument */ in luaG_errormsg() 592 setobjs2s(L, L->top - 1, errfunc); /* push function */ in luaG_errormsg()
|
| H A D | ldo.c | 164 setobjs2s(L, oldtop, L->top - 1); /* error message on current top */ in seterrorobj() 180 setobjs2s(L, G(L)->mainthread->top++, L->top - 1); /* copy error obj. */ in luaD_throw() 337 setobjs2s(L, L->top++, fixed + i); in adjust_varargs() 351 for (p = L->top; p > func; p--) setobjs2s(L, p, p-1); in tryfuncTM() 449 setobjs2s(L, res++, firstResult++); in luaD_poscall()
|
| H A D | lapi.c | 184 while (++p < L->top) setobjs2s(L, p-1, p); in lua_remove() 197 setobjs2s(L, q, q - 1); in lua_insert() 198 setobjs2s(L, p, L->top); in lua_insert() 298 setobjs2s(L, L->top, L->top - 1); in lua_arith()
|
| H A D | lobject.h | 249 #define setobjs2s setobj macro
|