Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c273 case OP_DOLLM: in find_minlength()
1013 case OP_DOLLM: in set_start_bits()
Dpcre2_internal.h1341 #define LAST_AUTOTAB_RIGHT_OP OP_DOLLM
1377 OP_DOLLM, /* 26 End of line - multiline */ enumerator
Dpcre2_printint.c820 case OP_DOLLM: in pcre2_printint()
Dpcre2_auto_possess.c384 case OP_DOLLM: in get_chr_property_list()
Dpcre2_jit_compile.c898 case OP_DOLLM: in next_opcode()
1274 case OP_DOLLM: in detect_early_fail()
2062 case OP_DOLLM: in get_framesize()
5414 case OP_DOLLM: in scan_prefix()
8155 case OP_DOLLM: in compile_simple_assertion_matchingpath()
9610 case OP_DOLLM: in assert_needs_str_ptr_saving()
11884 case OP_DOLLM: in compile_matchingpath()
Dpcre2_dfa_match.c1055 case OP_DOLLM: in internal_dfa_match()
Dpcre2_match.c5786 case OP_DOLLM: in match()
Dpcre2_compile.c5487 *code++ = ((options & PCRE2_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; in compile_branch()
/external/pcre/dist2/
DHACKING414 OP_DOLLM $ multiline mode (end of data or before newline)