Home
last modified time | relevance | path

Searched refs:subject_literal (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist2/
Dperltest.sh204 $subject_literal = ($mod =~ s/subject_literal,?//);
289 if ($subject_literal)
DChangeLog525 40. Implement the subject_literal modifier in pcre2test, and allow jitstack on
/external/pcre/dist2/doc/
Dpcre2test.txt438 line is scanned for backslash escapes, unless the subject_literal modi-
508 If the subject_literal modifier is set for a pattern, all subject lines
607 subject_literal treat all subject lines as literal
949 If the subject_literal modifier is present on a pattern, all the sub-
/external/pcre/dist2/src/
Dpcre2test.c6344 BOOL subject_literal; in process_data() local
6357 subject_literal = (pat_patctl.control2 & CTL2_SUBJECT_LITERAL) != 0; in process_data()
6506 if (c != '\\' || subject_literal) in process_data()
/external/pcre/dist2/testdata/
Dtestinput16109 ^(?&delimited_regex)$/subject_literal,jitstack=256
Dtestoutput19677 ^(?&delimited_regex)$/subject_literal,jitstack=256