Searched refs:OP_LE (Results 1 – 3 of 3) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | expr.c | 128 #define OP_LE (T_CMP|4) macro 157 "<=", OP_LE,
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | expr.c | 128 #define OP_LE (T_CMP|4) macro 157 "<=", OP_LE,
|
/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 158 OP_LE, enumerator 661 case OP_LE: in want_packet() 2250 emitop(OP_LE); in primary() 2261 emitop(OP_LE); in primary() 2636 "<=", OP_LE,
|