Home
last modified time | relevance | path

Searched defs:OP_RETURN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h209 OP_RETURN,/* A B return R(A), ... ,R(A+B-2) (see note) */ enumerator
/freebsd/contrib/lua/src/
H A Dlopcodes.h289 OP_RETURN,/* A B C k return R[A], ... ,R[A+B-2] (see note) */ enumerator