Searched refs:OP_NOTSTAR (Results 1 – 11 of 11) sorted by relevance
279 (c >= OP_NOTSTAR)? OP_NOTSTAR : in get_repeat_base()347 case OP_NOTSTAR: in get_chr_property_list()1287 case OP_NOTSTAR: in PRIV()
175 case OP_NOTSTAR: in PRIV()
335 case OP_NOTSTAR: in pcre2_callout_enumerate()
2370 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2413 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2438 case OP_NOTSTAR: in internal_dfa_match()2454 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2487 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2527 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
677 case OP_NOTSTAR: in find_minlength()1002 case OP_NOTSTAR: in set_start_bits()
547 case OP_NOTSTAR: in pcre2_printint()
1387 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
779 case OP_NOTSTAR: in next_opcode()1010 case OP_NOTSTAR: in is_accelerated_repeat()1303 case OP_NOTSTAR: \9765 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()9769 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()10519 case OP_NOTSTAR: in compile_matchingpath()11654 case OP_NOTSTAR: in compile_backtrackingpath()
1455 case OP_NOTSTAR: in match()1467 fc = *Fecode++ - ((Fop >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
622 OP_NOTSTAR - OP_STAR, OP_NOTSTARI - OP_STAR };8147 case OP_NOTSTAR: in find_recurse()
510 Another set of matching repeating opcodes (called OP_NOTSTAR, OP_NOTSTARI,565 A set of repeating opcodes (called OP_NOTSTAR etc.) are used for repeated,