Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c273 case OP_DOLLM: in find_minlength()
1013 case OP_DOLLM: in set_start_bits()
H A Dpcre2_printint.c852 case OP_DOLLM: in pcre2_printint()
H A Dpcre2_internal.h1365 #define LAST_AUTOTAB_RIGHT_OP OP_DOLLM
1401 OP_DOLLM, /* 26 End of line - multiline */ enumerator
H A Dpcre2_auto_possess.c401 case OP_DOLLM: in get_chr_property_list()
H A Dpcre2_jit_compile.c903 case OP_DOLLM: in next_opcode()
1284 case OP_DOLLM: in detect_early_fail()
2066 case OP_DOLLM: in get_framesize()
5488 case OP_DOLLM: in scan_prefix()
8386 case OP_DOLLM: in compile_simple_assertion_matchingpath()
9841 case OP_DOLLM: in assert_needs_str_ptr_saving()
12115 case OP_DOLLM: in compile_matchingpath()
H A Dpcre2_dfa_match.c1055 case OP_DOLLM: in internal_dfa_match()
H A Dpcre2_match.c5995 case OP_DOLLM: in match()
H A Dpcre2_compile.c5594 *code++ = ((options & PCRE2_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; in compile_branch()

Completed in 101 milliseconds