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

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathPredicate.cpp167 case OP_EQ:
177 if (m_opcode == OP_EQ)
261 return EqTestOp(EqTestOp::OP_EQ, Function::create(ASCIILiteral("position")), std::make_unique<Number>(result.toNumber())).evaluate().toBoolean();
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
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dexpr.c124 #define OP_EQ (T_CMP|0) macro
152 "=", OP_EQ,
153 "==", OP_EQ,
/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c61 #define OP_EQ "eq" macro
212 fprintf(stderr, " if no operator is given, default is \"%s\"\n", OP_EQ);
218 fprintf(stderr, " %s equal\n", OP_EQ);
1642 else if (!strncasecmp(o+i, OP_EQ, sizeof(OP_EQ)))
1645 i += (sizeof(OP_EQ) - 2);
2219 status = add_op(cq, ASL_KEY_FACILITY, OP_EQ, FACILITY_CONSOLE, flags);
2259 else if (n == 2) status = add_op(cq, argv[i], OP_EQ, argv[i+1], flags);
/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.
83 #define OP_EQ 11 macro

Completed in 165 milliseconds