Searched refs:OP_GT (Results 1 - 4 of 4) 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.cpp180 case OP_GT:
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dexpr.c125 #define OP_GT (T_CMP|1) macro
154 ">", OP_GT,
/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c63 #define OP_GT "gt" macro
220 fprintf(stderr, " %s greater than\n", OP_GT);
1652 else if (!strncasecmp(o+i, OP_GT, sizeof(OP_GT)))
1655 i += (sizeof(OP_GT) - 2);

Completed in 120 milliseconds