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()
850 if (Fop == OP_END) RRETURN(MATCH_NOMATCH); in match()
1063 else if (Fop == OP_NOTI) /* If caseless */ in match()
1086 else if (Fop == OP_NOTI) /* If caseless */ in match()
1104 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match()
1188 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()
1225 if (Fop >= OP_STARI && /* Caseless */ in match()
1319 if (Fop >= OP_STARI) in match()
1542 fc = *Fecode++ - ((Fop >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
1560 if (Fop >= OP_NOTSTARI) /* Caseless */ in match()
1923 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1944 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1977 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2001 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2031 if (Fop == OP_CLASS) break; in match()
2067 if (Fop == OP_CLASS) break; in match()
2428 if (Fop == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2434 prop->chartype == ucp_Lt) == (Fop == OP_NOTPROP)) in match()
2439 if ((Fecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (Fop == OP_PROP)) in match()
2444 if ((Fecode[2] != prop->chartype) == (Fop == OP_PROP)) in match()
2449 if ((Fecode[2] != prop->script) == (Fop == OP_PROP)) in match()
2457 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match()
2471 if (Fop == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2476 (Fop == OP_NOTPROP)) RRETURN(MATCH_NOMATCH); in match()
2484 fc == CHAR_UNDERSCORE) == (Fop == OP_NOTPROP)) in match()
2493 { if (Fop == OP_PROP) { RRETURN(MATCH_NOMATCH); } else break; } in match()
2495 { if (Fop == OP_PROP) break; else { RRETURN(MATCH_NOMATCH); } } in match()
2502 fc >= 0xe000) == (Fop == OP_NOTPROP)) in match()
4696 Lcaseless = (Fop == OP_DNREFI); in match()
4713 Lcaseless = (Fop == OP_REFI); in match()
5094 Lframe_type = GF_NOCAPTURE | Fop; in match()
5206 Lframe_type = GF_NOCAPTURE | Fop; in match()
5240 Lframe_type = GF_NOCAPTURE | Fop; in match()
5463 if (Fop == OP_SCOND) in match()
5465 group_frame_type = GF_NOCAPTURE | Fop; in match()
5681 if (Fop != OP_KET && (P == NULL || Feptr != P->eptr)) in match()
5683 if (Fop == OP_KETRMIN) in match()