Searched refs:OP_EQ (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Dexpr.c124 #define OP_EQ (T_CMP|0) macro
152 "=", OP_EQ,
153 "==", OP_EQ,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c116 * OP_EQ, OP_NE, OP_GT, OP_GE, OP_LT, OP_LE pop two values
153 OP_EQ, enumerator in enum:optype
631 case OP_EQ:
1004 emitop(OP_EQ);
1012 emitop(OP_EQ);
1025 emitop(OP_EQ);
1043 emitop(OP_EQ);
1055 emitop(OP_EQ);
1414 emitop(OP_EQ);
2630 "==", OP_EQ,
[all...]

Completed in 48 milliseconds