| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lvm.c | 83 setobj2s(L, L->top, f); /* push function */ in callTMres() 84 setobj2s(L, L->top+1, p1); /* 1st argument */ in callTMres() 85 setobj2s(L, L->top+2, p2); /* 2nd argument */ in callTMres() 98 setobj2s(L, L->top, f); /* push function */ in callTM() 99 setobj2s(L, L->top+1, p1); /* 1st argument */ in callTM() 100 setobj2s(L, L->top+2, p2); /* 2nd argument */ in callTM() 101 setobj2s(L, L->top+3, p3); /* 3th argument */ in callTM() 117 setobj2s(L, val, res); in luaV_gettable() 412 setobj2s(L, ra, KBx(i)); in luaV_execute() 429 setobj2s(L, ra, cl->upvals[b]->v); in luaV_execute()
|
| H A D | lapi.c | 90 setobj2s(L, L->top, o); in luaA_pushobject() 119 setobj2s(to, to->top++, from->top + i); in lua_xmove() 230 setobj2s(L, L->top, index2adr(L, idx)); in lua_pushvalue() 562 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget() 572 setobj2s(L, L->top, luaH_getnum(hvalue(o), n)); in lua_rawgeti() 629 setobj2s(L, L->top, gt(thvalue(o))); in lua_getfenv() 1063 setobj2s(L, L->top, val); in lua_getupvalue()
|
| H A D | ltable.c | 167 setobj2s(L, key+1, &t->array[i]); in luaH_next() 173 setobj2s(L, key, key2tval(gnode(t, i))); in luaH_next() 174 setobj2s(L, key+1, gval(gnode(t, i))); in luaH_next()
|
| H A D | lobject.h | 174 #define setobj2s setobj macro
|
| H A D | ldo.c | 254 setobj2s(L, func, tm); /* tag method is the new function to be called */ in tryfuncTM()
|
| H A D | lgc.c | 464 setobj2s(L, L->top, tm); in GCTM()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 97 setobj2s(L, L->top++, f); /* push function */ in callTM() 98 setobj2s(L, L->top++, p1); /* 1st argument */ in callTM() 99 setobj2s(L, L->top++, p2); /* 2nd argument */ in callTM() 101 setobj2s(L, L->top++, p3); /* 3rd argument */ in callTM() 120 setobj2s(L, val, res); in luaV_gettable() 513 setobj2s(L, top - 2, top); /* put TM result in proper position */ in luaV_finishOp() 519 setobj2s(L, ci->u.l.base + GETARG_A(inst), L->top - 1); in luaV_finishOp() 623 setobj2s(L, ra, rb); in luaV_execute() 629 setobj2s(L, ra, rb); in luaV_execute() 643 setobj2s(L, ra, cl->upvals[b]->v); in luaV_execute()
|
| H A D | ltable.c | 174 setobj2s(L, key+1, &t->array[i]); in luaH_next() 180 setobj2s(L, key, gkey(gnode(t, i))); in luaH_next() 181 setobj2s(L, key+1, gval(gnode(t, i))); in luaH_next()
|
| H A D | lapi.c | 118 setobj2s(to, to->top++, from->top + i); in lua_xmove() 234 setobj2s(L, L->top, index2addr(L, idx)); in lua_pushvalue() 641 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget() 651 setobj2s(L, L->top, luaH_getint(hvalue(t), n)); in lua_rawgeti() 664 setobj2s(L, L->top, luaH_get(hvalue(t), &k)); in lua_rawgetp() 1216 setobj2s(L, L->top, val); in lua_getupvalue()
|
| H A D | lgc.c | 820 setobj2s(L, L->top, tm); /* push finalizer... */ in GCTM() 821 setobj2s(L, L->top + 1, &v); /* ... and its argument */ in GCTM()
|
| H A D | lobject.h | 251 #define setobj2s setobj macro
|
| H A D | ldebug.c | 164 setobj2s(L, L->top, pos); in lua_getlocal()
|
| H A D | ldo.c | 354 setobj2s(L, func, tm); /* tag method is the new function to be called */ in tryfuncTM()
|