Home
last modified time | relevance | path

Searched refs:dot_matches_new_line (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dre_builder.rs11 pub dot_matches_new_line: bool,
27 dot_matches_new_line: false, in default()
106 pub fn dot_matches_new_line( in dot_matches_new_line() functions
110 self.0.dot_matches_new_line = yes; in dot_matches_new_line()
301 pub fn dot_matches_new_line( in dot_matches_new_line() functions
305 self.0.dot_matches_new_line = yes; in dot_matches_new_line()
H A Dexec.rs242 .dot_matches_new_line(self.options.dot_matches_new_line) in parse()
/third_party/rust/crates/regex/regex-syntax/src/
H A Dparser.rs132 pub fn dot_matches_new_line(&mut self, yes: bool) -> &mut ParserBuilder { in dot_matches_new_line() functions
133 self.hir.dot_matches_new_line(yes); in dot_matches_new_line()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs75 pub fn dot_matches_new_line( in dot_matches_new_line() functions
79 self.flags.dot_matches_new_line = if yes { Some(true) } else { None }; in dot_matches_new_line()
719 Ok(if self.flags().dot_matches_new_line() { in hir_dot()
1010 dot_matches_new_line: Option<bool>,
1033 flags.dot_matches_new_line = Some(enable); in from_ast()
1054 if self.dot_matches_new_line.is_none() { in merge()
1055 self.dot_matches_new_line = previous.dot_matches_new_line; in merge()
1073 fn dot_matches_new_line(&self) -> bool { in dot_matches_new_line() functions
1074 self.dot_matches_new_line in dot_matches_new_line()
[all...]
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs122 builder.dot_matches_new_line(flags & RURE_FLAG_DOTNL > 0); in rure_compile()
508 builder.dot_matches_new_line(flags & RURE_FLAG_DOTNL > 0); in rure_compile_set()

Completed in 6 milliseconds