Home
last modified time | relevance | path

Searched refs:OP_NOT (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c211 case OP_NOT: in find_minlength()
790 case OP_NOT: in set_start_bits()
H A Dpcre_compile.c1857 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()
H A Dpcre_printint.src360 case OP_NOT:
H A Dpcre_internal.h1923 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
H A DHACKING291 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
H A Dpcre_exec.c3565 case OP_NOT: in match()
3581 if (op == OP_NOT) in match()
H A DChangeLog207 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