Home
last modified time | relevance | path

Searched refs:setobjs2s (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.c91 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 Dldo.c63 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 Dldebug.c143 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 Dlapi.c185 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 Dlobject.h172 #define setobjs2s setobj macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c106 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 Dldebug.c181 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 Dldo.c164 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 Dlapi.c184 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 Dlobject.h249 #define setobjs2s setobj macro