Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlvm.c105 setobjs2s(L, p3, --L->top); in callTM()
305 setobjs2s(L, top - 2, top - 1); /* result is second op. */ in luaV_concat()
492 setobjs2s(L, base + GETARG_A(inst), --L->top); in luaV_finishOp()
618 setobjs2s(L, ra, RB(i)); in luaV_execute()
674 setobjs2s(L, ra+1, rb); in luaV_execute()
724 setobjs2s(L, ra, rb); in luaV_execute()
768 setobjs2s(L, ra, rb); in luaV_execute()
805 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute()
856 setobjs2s(L, cb+2, ra+2); in luaV_execute()
857 setobjs2s(L, cb+1, ra+1); in luaV_execute()
[all …]
H A Dldebug.c182 setobjs2s(L, pos, L->top - 1); in lua_setlocal()
300 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.c99 setobjs2s(L, oldtop, L->top - 1); /* error message on current top */ in seterrorobj()
115 setobjs2s(L, G(L)->mainthread->top++, L->top - 1); /* copy error obj. */ in luaD_throw()
271 setobjs2s(L, L->top++, fixed + i); in adjust_varargs()
285 for (p = L->top; p > func; p--) setobjs2s(L, p, p-1); in tryfuncTM()
383 setobjs2s(L, res++, firstResult++); in luaD_poscall()
H A Dlapi.c186 while (++p < L->top) setobjs2s(L, p-1, p); in lua_remove()
199 setobjs2s(L, q, q - 1); in lua_insert()
200 setobjs2s(L, p, L->top); in lua_insert()
300 setobjs2s(L, L->top, L->top - 1); in lua_arith()
H A Dlobject.h250 #define setobjs2s setobj macro