Home
last modified time | relevance | path

Searched refs:OP_NOTMINUPTO (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist/
Dpcre_byte_order.c246 case OP_NOTMINUPTO: in pcre_pattern_to_host_byte_order()
Dpcre_printint.c586 case OP_NOTMINUPTO: in pcre_printint()
593 if (*code == OP_NOTMINUPTO || *code == OP_NOTMINUPTOI) fprintf(f, "?"); in pcre_printint()
Dpcre_study.c543 case OP_NOTMINUPTO: in find_minlength()
887 case OP_NOTMINUPTO: in set_start_bits()
Dpcre_compile.c1991 case OP_NOTMINUPTO: in find_fixedlength()
2174 case OP_NOTMINUPTO: in PRIV()
2319 case OP_NOTMINUPTO: in find_recurse()
2715 case OP_NOTMINUPTO: in could_be_empty_branch()
3860 case OP_NOTMINUPTO: in auto_possessify()
Dpcre_internal.h1981 OP_NOTMINUPTO, /* 66 */ enumerator
Dpcre_exec.c3720 case OP_NOTMINUPTO: in match()
3724 minimize = *ecode == OP_NOTMINUPTO || *ecode == OP_NOTMINUPTOI; in match()
Dpcre_dfa_exec.c2494 case OP_NOTMINUPTO: in internal_dfa_exec()
Dpcre_jit_compile.c714 case OP_NOTMINUPTO: in next_opcode()
1042 case OP_NOTMINUPTO: \
8380 case OP_NOTMINUPTO: in compile_matchingpath()
9526 case OP_NOTMINUPTO: in compile_backtrackingpath()
Dpcretest.c2609 case OP_NOTMINUPTO: in regexflip8_or_16()