Home
last modified time | relevance | path

Searched defs:OP_VARARG (Results 1 – 2 of 2) 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
/freebsd/contrib/lua/src/
H A Dlopcodes.h305 OP_VARARG,/* A C R[A], R[A+1], ..., R[A+C-2] = vararg */ enumerator