Searched refs:no_mod_m (Results 1 – 6 of 6) sorted by relevance
62 no_mod_m = 1 << 10, // disable Perl m modifier enumerator142 no_mod_m = ::boost::regbase::no_mod_m, enumerator
351 …(this->flags() & regex_constants::no_mod_m ? syntax_element_buffer_start : syntax_element_start_li… in parse_extended()356 …(this->flags() & regex_constants::no_mod_m ? syntax_element_buffer_end : syntax_element_end_line)); in parse_extended()3037 f &= ~regex_constants::no_mod_m; in parse_options()3081 f |= regex_constants::no_mod_m; in parse_options()
87 static const regex_constants::``[syntax_option_type]`` no_mod_m 88 = regex_constants::no_mod_m;245 static const regex_constants::``[syntax_option_type]`` no_mod_m 246 = regex_constants::no_mod_m;
49 static const syntax_option_type no_mod_m;139 [[no_mod_m][No][Normally Boost.Regex behaves as if the Perl m-modifier is on:
648 flags [^no_mod_m], [^mod_x], [^mod_s], and [^no_mod_s]].
41 …if(opts & (regbase::no_bk_refs|regbase::no_mod_m|regbase::mod_x|regbase::mod_s|regbase::no_mod_s|r… in get_posix_compile_options()