Home
last modified time | relevance | path

Searched refs:script_run (Results 1 – 13 of 13) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_script_run.c85 PRIV(script_run)(PCRE2_SPTR ptr, PCRE2_SPTR endptr, BOOL utf) in PRIV() argument
Dpcre2_match.c5816 if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH); in match()
Dpcre2_jit_compile.c10358 if (PRIV(script_run)(ptr, endptr, FALSE)) in do_script_run() local
10367 if (PRIV(script_run)(ptr, endptr, TRUE)) in do_script_run_utf() local
/third_party/pcre2/pcre2/testdata/
Dtestinput12392 /^(*script_run:.{4})/
Dtestoutput12-321483 /^(*script_run:.{4})/
Dtestoutput12-161486 /^(*script_run:.{4})/
Dtestinput42355 /^(*script_run:.{4})/utf
Dtestoutput43791 /^(*script_run:.{4})/utf
Dtestinput25571 /(?(*script_run:xxx)zzz)/
Dtestoutput216896 /(?(*script_run:xxx)zzz)/
/third_party/pcre2/pcre2/
DNEWS151 (b) The new Perl "script run" features (*script_run:...) and
DChangeLog729 8. Implement the new Perl "script run" features (*script_run:...) and
/third_party/pcre2/pcre2/doc/
Dpcre2.txt8620 If part of a pattern is enclosed between (*script_run: or (*sr: and a
10974 (*script_run:...) ) script run, can be backtracked into
11222 The pattern constructs (*script_run:...) and (*atomic_script_run:...),