Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h174 OP_LOADNIL,/* A B R(A), R(A+1), ..., R(A+B) := nil */ enumerator
/freebsd/contrib/lua/src/
H A Dlopcodes.h209 OP_LOADNIL,/* A B R[A], R[A+1], ..., R[A+B] := nil */ enumerator