Searched refs:SETARG_C (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/mit/lua/dist/src/ |
| D | lopcodes.h | 136 #define SETARG_C(i,v) setarg(i, v, POS_C, SIZE_C) macro
|
| D | lcode.c | 737 SETARG_C(*pc, nresults + 1); in luaK_setreturns() 740 SETARG_C(*pc, nresults + 1); in luaK_setreturns() 775 SETARG_C(getinstruction(fs, e), 2); in luaK_setoneret() 1904 SETARG_C(*pc, p->numparams + 1); /* signal that it is vararg */
|
| D | lparser.c | 1822 SETARG_C(*inst, 1); /* call statement uses no results */ in exprstat()
|