Searched refs:OP_NOT (Results 1 – 7 of 7) sorted by relevance
211 case OP_NOT: in find_minlength()790 case OP_NOT: in set_start_bits()
1857 case OP_NOT: in find_fixedlength()2273 case OP_NOT: in find_recurse()2538 case OP_NOT: in could_be_empty_branch()3143 op_code == OP_NOT || op_code == OP_NOTI) in check_auto_possessive()3164 if (ocs > 0) return check_char_prop(c, PT_CLIST, ocs, op_code >= OP_NOT); in check_auto_possessive()3196 case OP_NOT: in check_auto_possessive()4577 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()4817 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()4824 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
360 case OP_NOT:
1923 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
291 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
3565 case OP_NOT: in match()3581 if (op == OP_NOT) in match()
207 8. OP_NOT now supports any UTF character not just single-byte ones.4190 "not this character" (OP_NOT). This wasn't working properly when the test
Completed in 94 milliseconds