Searched refs:setobj2s (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/com32/lua/src/ |
D | lvm.c | 119 setobj2s(L, L->top++, f); /* push function */ in callTM() 120 setobj2s(L, L->top++, p1); /* 1st argument */ in callTM() 121 setobj2s(L, L->top++, p2); /* 2nd argument */ in callTM() 123 setobj2s(L, L->top++, p3); /* 3rd argument */ in callTM() 142 setobj2s(L, val, res); in luaV_gettable() 475 setobj2s(L, top - 2, top); /* put TM result in proper position */ in luaV_finishOp() 481 setobj2s(L, ci->u.l.base + GETARG_A(inst), L->top - 1); in luaV_finishOp() 585 setobj2s(L, ra, rb); in luaV_execute() 591 setobj2s(L, ra, rb); in luaV_execute() 605 setobj2s(L, ra, cl->upvals[b]->v); in luaV_execute()
|
D | ltable.c | 175 setobj2s(L, key+1, &t->array[i]); in luaH_next() 181 setobj2s(L, key, gkey(gnode(t, i))); in luaH_next() 182 setobj2s(L, key+1, gval(gnode(t, i))); in luaH_next()
|
D | lapi.c | 121 setobj2s(to, to->top++, from->top + i); in lua_xmove() 237 setobj2s(L, L->top, index2addr(L, idx)); in lua_pushvalue() 644 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget() 654 setobj2s(L, L->top, luaH_getint(hvalue(t), n)); in lua_rawgeti() 667 setobj2s(L, L->top, luaH_get(hvalue(t), &k)); in lua_rawgetp() 1219 setobj2s(L, L->top, val); in lua_getupvalue()
|
D | lgc.c | 821 setobj2s(L, L->top, tm); /* push finalizer... */ in GCTM() 822 setobj2s(L, L->top + 1, &v); /* ... and its argument */ in GCTM()
|
D | lobject.h | 253 #define setobj2s setobj macro
|
D | ldebug.c | 157 setobj2s(L, L->top, pos); in lua_getlocal()
|
D | ldo.c | 284 setobj2s(L, func, tm); /* tag method is the new function to be called */ in tryfuncTM()
|