Searched refs:OP_LT (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.cpp184 case OP_LT:
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dexpr.c126 #define OP_LT (T_CMP|2) macro
155 "<", OP_LT,
/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c65 #define OP_LT "lt" macro
222 fprintf(stderr, " %s less than\n", OP_LT);
1662 else if (!strncasecmp(o+i, OP_LT, sizeof(OP_LT)))
1665 i += (sizeof(OP_LT) - 2);

Completed in 191 milliseconds