Home
last modified time | relevance | path

Searched refs:newline_alt (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/regex/v4/
Dregbase.hpp80 newline_alt = 1 << 17, // \n is the same as | enumerator
98 grep = basic | newline_alt,
99 egrep = extended | newline_alt,
Dbasic_regex_parser.hpp318 if(this->flags() & regbase::newline_alt) in parse_basic()
398 if(this->flags() & regbase::newline_alt) in parse_extended()
/third_party/boost/libs/regex/doc/
Dsyntax_option_type.qbk44 static const syntax_option_type newline_alt;
134 [[newline_alt][No][Specifies that the \\n character has the same effect as
224 [[newline_alt][No][Specifies that the \\n character has the same effect as
287 [[newline_alt][No][Specifies that the \\n character has the same effect as the
Dbasic_regex.qbk113 static const regex_constants::``[syntax_option_type]`` newline_alt
114 = regex_constants::newline_alt;
116 = regex_constants::newline_alt;
271 static const regex_constants::``[syntax_option_type]`` newline_alt
272 = regex_constants::newline_alt;
Dsyntax_basic.qbk274 [link boost_regex.ref.syntax_option_type.syntax_option_type_basic `newline_alt`, `no_char_classes`,…
Dsyntax_extended.qbk412 [link boost_regex.ref.syntax_option_type.syntax_option_type_extended `newline_alt`]
Dsyntax_perl.qbk640 [^newline_alt] option alters the syntax, while the [^collate], [^nosubs] and
/third_party/boost/libs/xpressive/doc/
Dregexpp_diffs.qbk33 `char_classes`, `intervals`, `limited_ops`, `newline_alt`, `bk_plus_qm`, `bk_braces`, `bk_parens`,
/third_party/boost/libs/regex/src/
Dposix_api.cpp115 flags |= regex::newline_alt; in regcompA()
Dwide_posix_api.cpp125 flags |= wregex::newline_alt; in regcompW()
/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp59 if(opts & regbase::newline_alt) in get_posix_compile_options()