Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c249 case OP_DOLLM: in find_minlength()
927 case OP_DOLLM: in set_start_bits()
Dpcre2_internal.h1343 #define LAST_AUTOTAB_RIGHT_OP OP_DOLLM
1379 OP_DOLLM, /* 26 End of line - multiline */ enumerator
Dpcre2_printint.c816 case OP_DOLLM: in pcre2_printint()
Dpcre2_auto_possess.c382 case OP_DOLLM: in get_chr_property_list()
Dpcre2_jit_compile.c646 case OP_DOLLM: in next_opcode()
1027 case OP_DOLLM: in detect_fast_forward_skip()
1091 case OP_DOLLM: in detect_fast_fail()
1600 case OP_DOLLM: in get_framesize()
3528 case OP_DOLLM: in scan_prefix()
6144 case OP_DOLLM: in compile_simple_assertion_matchingpath()
7263 case OP_DOLLM: in assert_needs_str_ptr_saving()
9353 case OP_DOLLM: in compile_matchingpath()
Dpcre2_dfa_match.c900 case OP_DOLLM: in internal_dfa_match()
Dpcre2_compile.c1042 case OP_DOLLM: in find_fixedlength()
4204 *code++ = ((options & PCRE2_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; in compile_branch()
Dpcre2_match.c2190 case OP_DOLLM: in match()
/external/pcre/dist2/
DHACKING215 OP_DOLLM $ multiline mode (end of data or before newline)