Home
last modified time | relevance | path

Searched refs:SETARG_C (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/mit/lua/dist/src/
Dlopcodes.h136 #define SETARG_C(i,v) setarg(i, v, POS_C, SIZE_C) macro
Dlcode.c737 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 */
Dlparser.c1822 SETARG_C(*inst, 1); /* call statement uses no results */ in exprstat()