Searched refs:record_matches (Results 1 – 3 of 3) sorted by relevance
15 record_matches: bool, field54 if !self.record_matches || self.matched[i].get() { in unmatched_items()66 pub fn build(&mut self, record_matches: bool) { in build()68 self.record_matches = record_matches; in build()89 if !self.record_matches { in matches()
595 if !self.options.record_matches { in command_line_flags()1522 pub fn record_matches(mut self, doit: bool) -> Self { in record_matches() method1523 self.options.record_matches = doit; in record_matches()2105 record_matches: bool, field2215 let record_matches = self.record_matches; in build() localVariable2217 regex_set.build(record_matches); in build()2290 record_matches: true, in default()
820 builder = builder.record_matches(false); in builder_from_flags()