Searched refs:OP_NOTSTAR (Results 1 – 10 of 10) sorted by relevance
239 case OP_NOTSTAR: in pcre_pattern_to_host_byte_order()
2341 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()2388 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()2413 case OP_NOTSTAR: in internal_dfa_exec()2433 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()2470 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()2514 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()
2005 case OP_NOTSTAR: in find_fixedlength()2182 case OP_NOTSTAR: in PRIV()2327 case OP_NOTSTAR: in find_recurse()2677 case OP_NOTSTAR: in could_be_empty_branch()2802 (c >= OP_NOTSTAR)? OP_NOTSTAR : in get_repeat_base()2954 case OP_NOTSTAR: in get_chr_property_list()3853 case OP_NOTSTAR: in auto_possessify()5737 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()6476 case OP_NOTSTAR: *tempcode = OP_NOTPOSSTAR; break; in compile_branch()
552 case OP_NOTSTAR: in find_minlength()902 case OP_NOTSTAR: in set_start_bits()
563 case OP_NOTSTAR: in pcre_printint()
267 Another set of matching repeating opcodes (called OP_NOTSTAR, OP_NOTSTARI,318 A set of repeating opcodes (called OP_NOTSTAR etc.) are used for repeated,
1973 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
707 case OP_NOTSTAR: in next_opcode()1031 case OP_NOTSTAR: \7821 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()7825 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()8373 case OP_NOTSTAR: in compile_matchingpath()9519 case OP_NOTSTAR: in compile_backtrackingpath()
3760 case OP_NOTSTAR: in match()3772 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
2602 case OP_NOTSTAR: in regexflip8_or_16()