Home
last modified time | relevance | path

Searched defs:OP_EQ (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dfilter.h33 #define OP_EQ 1 macro
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h200 OP_EQ,/* A B C if ((RK(B) == RK(C)) ~= A) then pc++ */ enumerator
/freebsd/contrib/lua/src/
H A Dlopcodes.h272 OP_EQ,/* A B k if ((R[A] == R[B]) ~= k) then pc++ */ enumerator