Lines Matching refs:OP_NOT
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()
5452 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
5730 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()
5737 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
6399 case OP_NOT: in compile_branch()