Home
last modified time | relevance | path

Searched refs:OP_VARARG (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h222 OP_VARARG,/* A B R(A), R(A+1), ..., R(A+B-2) = vararg */ enumerator
H A Dlvm.c905 vmcase(OP_VARARG, in luaV_execute()
H A Dlparser.c969 init_exp(v, VVARARG, luaK_codeABC(fs, OP_VARARG, 0, 1, 0)); in simpleexp()
/freebsd/contrib/lua/src/
H A Dlopcodes.h305 OP_VARARG,/* A C R[A], R[A+1], ..., R[A+C-2] = vararg */ enumerator
H A Dluac.c642 case OP_VARARG: in PrintCode()
H A Dlvm.c1882 vmcase(OP_VARARG) { in luaV_execute()
H A Dlparser.c1174 init_exp(v, VVARARG, luaK_codeABC(fs, OP_VARARG, 0, 0, 1)); in simpleexp()