Searched refs:OP_NOT (Results 1 – 7 of 7) sorted by relevance
1864 case OP_NOT: in find_fixedlength()2162 case OP_NOT: in PRIV()2307 case OP_NOT: in find_recurse()2610 case OP_NOT: in could_be_empty_branch()2955 list[0] = OP_NOT; in get_chr_property_list()2993 case OP_NOT: in get_chr_property_list()3001 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()3056 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()3504 case OP_NOT: in compare_opcodes()3825 case OP_NOT: in auto_possessify()[all …]
217 case OP_NOT: in find_minlength()877 case OP_NOT: in set_start_bits()
229 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is,315 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
679 case OP_NOT: in next_opcode()1373 case OP_NOT: in get_framesize()3410 case OP_NOT: in scan_prefix()5714 case OP_NOT: in compile_char1_matchingpath()5726 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()5752 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()7824 *type = OP_NOT; in get_iterator_parameters()7942 case OP_NOT: in compile_iterator_matchingpath()8324 case OP_NOT: in compile_matchingpath()
1932 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
3660 case OP_NOT: in match()3676 if (op == OP_NOT) in match()
1143 8. OP_NOT now supports any UTF character not just single-byte ones.5127 "not this character" (OP_NOT). This wasn't working properly when the test
Completed in 96 milliseconds