Lines Matching refs:OP_CHAR
1862 case OP_CHAR: in find_fixedlength()
2160 case OP_CHAR: in PRIV()
2305 case OP_CHAR: in find_recurse()
2608 case OP_CHAR: in could_be_empty_branch()
2947 list[0] = OP_CHAR; in get_chr_property_list()
2992 case OP_CHAR: 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()
3250 if (base_list[0] == OP_CHAR) in compare_opcodes()
3255 else if (list[0] == OP_CHAR) in compare_opcodes()
3494 case OP_CHAR: in compare_opcodes()
3823 case OP_CHAR: in auto_possessify()
5729 if (*previous == OP_CHAR || *previous == OP_CHARI in compile_branch()
5735 case OP_CHAR: op_type = OP_STAR - OP_STAR; break; in compile_branch()
6397 case OP_CHAR: in compile_branch()
8141 *code++ = ((options & PCRE_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()
8848 case OP_CHAR: in find_firstassertedchar()