Searched refs:SETARG_C (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lopcodes.h | 134 #define SETARG_C(i,v) setarg(i, v, POS_C, SIZE_C) macro
|
D | lcode.c | 711 SETARG_C(*pc, nresults + 1); in luaK_setreturns() 714 SETARG_C(*pc, nresults + 1); in luaK_setreturns() 749 SETARG_C(getinstruction(fs, e), 2); in luaK_setoneret() 1803 SETARG_C(*pc, p->numparams + 1); /* signal that it is vararg */ in luaK_finish()
|
D | lparser.c | 1837 SETARG_C(*inst, 1); /* call statement uses no results */ in exprstat()
|