Lines Matching refs:Fop

185 #define Fop                F->op  macro
755 Fop = (uint8_t)(*Fecode); /* Cast needed for 16-bit and 32-bit modes */ in match()
756 switch(Fop) in match()
848 if (Fop == OP_END) RRETURN(MATCH_NOMATCH); in match()
1061 else if (Fop == OP_NOTI) /* If caseless */ in match()
1084 else if (Fop == OP_NOTI) /* If caseless */ in match()
1102 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match()
1186 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()
1223 if (Fop >= OP_STARI && /* Caseless */ in match()
1317 if (Fop >= OP_STARI) in match()
1540 fc = *Fecode++ - ((Fop >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
1558 if (Fop >= OP_NOTSTARI) /* Caseless */ in match()
1921 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1942 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1975 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1999 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2029 if (Fop == OP_CLASS) break; in match()
2065 if (Fop == OP_CLASS) break; in match()
2426 if (Fop == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2432 prop->chartype == ucp_Lt) == (Fop == OP_NOTPROP)) in match()
2437 if ((Fecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (Fop == OP_PROP)) in match()
2442 if ((Fecode[2] != prop->chartype) == (Fop == OP_PROP)) in match()
2447 if ((Fecode[2] != prop->script) == (Fop == OP_PROP)) in match()
2455 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match()
2469 if (Fop == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2474 (Fop == OP_NOTPROP)) RRETURN(MATCH_NOMATCH); in match()
2482 fc == CHAR_UNDERSCORE) == (Fop == OP_NOTPROP)) in match()
2491 { if (Fop == OP_PROP) { RRETURN(MATCH_NOMATCH); } else break; } in match()
2493 { if (Fop == OP_PROP) break; else { RRETURN(MATCH_NOMATCH); } } in match()
2500 fc >= 0xe000) == (Fop == OP_NOTPROP)) in match()
4694 Lcaseless = (Fop == OP_DNREFI); in match()
4711 Lcaseless = (Fop == OP_REFI); in match()
5092 Lframe_type = GF_NOCAPTURE | Fop; in match()
5204 Lframe_type = GF_NOCAPTURE | Fop; in match()
5238 Lframe_type = GF_NOCAPTURE | Fop; in match()
5461 if (Fop == OP_SCOND) in match()
5463 group_frame_type = GF_NOCAPTURE | Fop; in match()
5679 if (Fop != OP_KET && (P == NULL || Feptr != P->eptr)) in match()
5681 if (Fop == OP_KETRMIN) in match()