Searched refs:OP_EQ (Results 1 – 3 of 3) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | expr.c | 124 #define OP_EQ (T_CMP|0) macro 152 "=", OP_EQ, 153 "==", OP_EQ,
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | expr.c | 124 #define OP_EQ (T_CMP|0) macro 152 "=", OP_EQ, 153 "==", OP_EQ,
|
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_filter.c | 116 * OP_EQ, OP_NE, OP_GT, OP_GE, OP_LT, OP_LE pop two values 153 OP_EQ, enumerator 631 case OP_EQ: in want_packet() 1004 emitop(OP_EQ); in compare_value() 1012 emitop(OP_EQ); in compare_addr_v4() 1025 emitop(OP_EQ); in compare_addr_v6() 1043 emitop(OP_EQ); in compare_value_mask() 1055 emitop(OP_EQ); in compare_value_zone() 1414 emitop(OP_EQ); in generate_check() 2630 "==", OP_EQ, [all...] |