Searched refs:OP_GE (Results 1 – 3 of 3) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | expr.c | 127 #define OP_GE (T_CMP|3) macro 156 ">=", OP_GE,
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | expr.c | 127 #define OP_GE (T_CMP|3) macro 156 ">=", OP_GE,
|
/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 156 OP_GE, enumerator 649 case OP_GE: in want_packet() 2245 emitop(OP_GE); in primary() 2256 emitop(OP_GE); in primary() 2517 emitop(OP_GE); in primary() 2634 ">=", OP_GE,
|