Searched refs:Fop (Results 1 – 2 of 2) sorted by relevance
185 #define Fop F->op macro755 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()[all …]
21 Fop, enumerator36 7 => Fop, in from_u8()