Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c260 case OP_DOLLM: in find_minlength()
970 case OP_DOLLM: in set_start_bits()
Dpcre2_internal.h1297 #define LAST_AUTOTAB_RIGHT_OP OP_DOLLM
1333 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.c687 case OP_DOLLM: in next_opcode()
1069 case OP_DOLLM: in detect_fast_forward_skip()
1133 case OP_DOLLM: in detect_fast_fail()
1642 case OP_DOLLM: in get_framesize()
3920 case OP_DOLLM: in scan_prefix()
7115 case OP_DOLLM: in compile_simple_assertion_matchingpath()
8351 case OP_DOLLM: in assert_needs_str_ptr_saving()
10447 case OP_DOLLM: in compile_matchingpath()
Dpcre2_dfa_match.c1041 case OP_DOLLM: in internal_dfa_match()
Dpcre2_match.c5683 case OP_DOLLM: in match()
Dpcre2_compile.c5114 *code++ = ((options & PCRE2_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; in compile_branch()
/external/pcre/dist2/
DHACKING412 OP_DOLLM $ multiline mode (end of data or before newline)