Searched refs:record_matches (Results 1 – 3 of 3) sorted by relevance
15 record_matches: bool, field43 if !self.record_matches || self.matched[i].get() { in unmatched_items()55 pub fn build(&mut self, record_matches: bool) { in build()57 self.record_matches = record_matches; in build()78 if !self.record_matches { in matches()
521 if !self.options.record_matches { in command_line_flags()1385 pub fn record_matches(mut self, doit: bool) -> Self { in record_matches() method1386 self.options.record_matches = doit; in record_matches()1854 record_matches: bool, field1934 let record_matches = self.record_matches; in build() localVariable1936 regex_set.build(record_matches); in build()2026 record_matches: true, in default()
861 builder = builder.record_matches(false); in builder_from_flags()