Searched refs:newline_alt (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/regex/v4/ |
D | regbase.hpp | 80 newline_alt = 1 << 17, // \n is the same as | enumerator 98 grep = basic | newline_alt, 99 egrep = extended | newline_alt,
|
D | basic_regex_parser.hpp | 318 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/ |
D | syntax_option_type.qbk | 44 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
|
D | basic_regex.qbk | 113 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;
|
D | syntax_basic.qbk | 274 [link boost_regex.ref.syntax_option_type.syntax_option_type_basic `newline_alt`, `no_char_classes`,…
|
D | syntax_extended.qbk | 412 [link boost_regex.ref.syntax_option_type.syntax_option_type_extended `newline_alt`]
|
D | syntax_perl.qbk | 640 [^newline_alt] option alters the syntax, while the [^collate], [^nosubs] and
|
/third_party/boost/libs/xpressive/doc/ |
D | regexpp_diffs.qbk | 33 `char_classes`, `intervals`, `limited_ops`, `newline_alt`, `bk_plus_qm`, `bk_braces`, `bk_parens`,
|
/third_party/boost/libs/regex/src/ |
D | posix_api.cpp | 115 flags |= regex::newline_alt; in regcompA()
|
D | wide_posix_api.cpp | 125 flags |= wregex::newline_alt; in regcompW()
|
/third_party/boost/libs/regex/test/regress/ |
D | test_deprecated.cpp | 59 if(opts & regbase::newline_alt) in get_posix_compile_options()
|