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()1295 case OP_NOTSTAR: in PRIV()
175 case OP_NOTSTAR: in PRIV()
335 case OP_NOTSTAR: in pcre2_callout_enumerate()
2377 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2420 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2445 case OP_NOTSTAR: in internal_dfa_match()2461 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2494 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2534 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
678 case OP_NOTSTAR: in find_minlength()1003 case OP_NOTSTAR: in set_start_bits()
548 case OP_NOTSTAR: in pcre2_printint()
1421 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
966 case OP_NOTSTAR: in next_opcode()1205 case OP_NOTSTAR: in is_accelerated_repeat()1498 case OP_NOTSTAR: \11170 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()11174 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()11924 case OP_NOTSTAR: in compile_matchingpath()13063 case OP_NOTSTAR: in compile_backtrackingpath()
1456 case OP_NOTSTAR: in match()1468 fc = *Fecode++ - ((Fop >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
671 OP_NOTSTAR - OP_STAR, OP_NOTSTARI - OP_STAR };8455 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,