Searched refs:OP_LT (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
H A Dfilter.h37 #define OP_LT 3 macro
H A Dip.c159 case OP_LT:
/freebsd-12-stable/contrib/lua/src/
H A Dlopcodes.h210 OP_LT,/* A B C if ((RK(B) < RK(C)) ~= A) then pc++ */ enumerator in enum:__anon6005
H A Dluac.c361 case OP_LT:
H A Dlvm.c670 case OP_LE: case OP_LT: case OP_EQ: {
1095 vmcase(OP_LT) {
H A Dldebug.c529 case OP_LT: tm = TM_LT; break;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlopcodes.h201 OP_LT,/* A B C if ((RK(B) < RK(C)) ~= A) then pc++ */ enumerator in enum:__anon9767
H A Dldebug.c487 case OP_LT: tm = TM_LT; break;
H A Dlvm.c495 case OP_LE: case OP_LT: case OP_EQ: {
741 vmcase(OP_LT,

Completed in 193 milliseconds