Home
last modified time | relevance | path

Searched refs:OP_DOLL (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c381 case OP_DOLL: in get_chr_property_list()
977 case OP_DOLL: in compare_opcodes()
Dpcre2_study.c248 case OP_DOLL: in find_minlength()
926 case OP_DOLL: in set_start_bits()
Dpcre2_internal.h1378 OP_DOLL, /* 25 End of line - not multiline */ enumerator
Dpcre2_jit_compile.c645 case OP_DOLL: in next_opcode()
1026 case OP_DOLL: in detect_fast_forward_skip()
1090 case OP_DOLL: in detect_fast_fail()
1599 case OP_DOLL: in get_framesize()
3527 case OP_DOLL: in scan_prefix()
6130 case OP_DOLL: in compile_simple_assertion_matchingpath()
7262 case OP_DOLL: in assert_needs_str_ptr_saving()
9352 case OP_DOLL: in compile_matchingpath()
Dpcre2_dfa_match.c873 case OP_DOLL: in internal_dfa_match()
Dpcre2_compile.c1041 case OP_DOLL: in find_fixedlength()
4204 *code++ = ((options & PCRE2_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; in compile_branch()
Dpcre2_match.c2218 case OP_DOLL: in match()
/external/pcre/dist2/
DHACKING214 OP_DOLL $ (end of data, or before final newline)