Lines Matching refs:PCRE_DOTALL
2150 PCRE_DOTALL
2260 Note, however, that unless PCRE_DOTALL is set, the "any character"
2757 (b) every branch of the pattern starts with ".*" and PCRE_DOTALL is not
2790 (b) every branch of the pattern starts with ".*" and PCRE_DOTALL is not
2970 .* if PCRE_DOTALL is set and there are no back
3273 expected. For example, if the pattern is .+A (and the PCRE_DOTALL
4845 acter when PCRE_DOTALL is not set, and the behaviour of \N. However, it
5164 acter. This is the same as the "." metacharacter when PCRE_DOTALL is
5671 PCRE_DOTALL option is set, a dot matches any one character, without
5680 affected by the PCRE_DOTALL option. In other words, it matches any
5768 sequence is in use, and whatever setting of the PCRE_DOTALL and
5957 The settings of the PCRE_CASELESS, PCRE_MULTILINE, PCRE_DOTALL, and
5964 s for PCRE_DOTALL
5970 LESS and PCRE_MULTILINE while unsetting PCRE_DOTALL and PCRE_EXTENDED,
6313 If a pattern starts with .* or .{0,} and the PCRE_DOTALL option (equiv-
6322 lines, it is worth setting PCRE_DOTALL in order to obtain this opti-
9416 that are not the subject of a backreference, and the PCRE_DOTALL option
9418 only at the start of a subject string. However, if PCRE_DOTALL is not
9432 tain newlines, the best performance is obtained by setting PCRE_DOTALL,
9563 The PCRE_DOTALL option is set when the regular expression is passed for
9635 . matches newline no PCRE_DOTALL
9656 PCRE_DOTALL and PCRE_DOLLAR_ENDONLY, but there is no way to make PCRE
9923 PCRE_DOTALL dot matches newlines /s