Searched refs:OP_GE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathPredicate.h81 enum Opcode { OP_EQ, OP_NE, OP_GT, OP_LT, OP_GE, OP_LE }; enumerator in enum:WebCore::XPath::final::Opcode
H A DXPathPredicate.cpp182 case OP_GE:
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dexpr.c127 #define OP_GE (T_CMP|3) macro
156 ">=", OP_GE,
/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c64 #define OP_GE "ge" macro
221 fprintf(stderr, " %s greater or equal\n", OP_GE);
1657 else if (!strncasecmp(o+i, OP_GE, sizeof(OP_GE)))
1660 i += (sizeof(OP_GE) - 2);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCompExpr.c68 * OP_LE, OP_GE, OP_EQ, and OP_NE) must be consecutive and in that order.
82 #define OP_GE 10 macro

Completed in 222 milliseconds