Lines Matching refs:op

597 #define op                 frame->Xop  in match()  macro
653 unsigned int op; in match()
752 op = *ecode; in match()
754 switch(op) in match()
982 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1063 if (op >= OP_SBRA || op == OP_ONCE) in match()
1164 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1231 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1433 if (op != OP_SCOND) in match()
1497 if (eptr == mstart && op != OP_ASSERT_ACCEPT && in match()
1513 rrc = (op == OP_END)? MATCH_MATCH : MATCH_ACCEPT; in match()
1902 op = *(++ecode); in match()
1904 if (op == OP_CBRAPOS || op == OP_SCBRAPOS) goto POSSESSIVE_CAPTURE; in match()
2563 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2569 prop->chartype == ucp_Lt) == (op == OP_NOTPROP)) in match()
2574 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2579 if ((ecode[2] != prop->chartype) == (op == OP_PROP)) in match()
2584 if ((ecode[2] != prop->script) == (op == OP_PROP)) in match()
2592 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2606 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2611 (op == OP_NOTPROP)) RRETURN(MATCH_NOMATCH); in match()
2619 c == CHAR_UNDERSCORE) == (op == OP_NOTPROP)) in match()
2628 { if (op == OP_PROP) { RRETURN(MATCH_NOMATCH); } else break; } in match()
2630 { if (op == OP_PROP) break; else { RRETURN(MATCH_NOMATCH); } } in match()
2637 c >= 0xe000) == (op == OP_NOTPROP)) in match()
2706 caseless = op == OP_DNREFI; in match()
2733 caseless = op == OP_REFI; in match()
2934 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2955 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2989 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
3013 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
3043 if (op == OP_CLASS) break; in match()
3075 if (op == OP_CLASS) break; in match()
3378 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI); in match()
3417 if (op >= OP_STARI && /* Caseless */ in match()
3521 if (op >= OP_STARI) /* Caseless */ in match()
3676 if (op == OP_NOT) in match()
3699 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c)) in match()
3772 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
3794 if (op >= OP_NOTSTARI) /* Caseless */ in match()
6275 #undef op