Searched defs:last_match (Results 1 – 11 of 11) sorted by relevance
67 let mut last_match = 0; in replace_all() localVariable
82 let mut last_match = 0; in replace_all() localVariable
270 let mut last_match = if self.is_dead_state(state) { in find_at() localVariable302 let mut last_match = if self.is_dead_state(state) { in rfind_at() localVariable
419 last_match: Option<usize>, field
306 let mut last_match = self.get_match(*state_id, 0, at); in leftmost_find_at_imp() localVariable420 let mut last_match = self.get_match(state_id, 0, at); in leftmost_find_at_no_state_imp() localVariable
553 let mut last_match = 0; in replace_all_with() localVariable619 let mut last_match = 0; in replace_all_with_bytes() localVariable
173 last_match: Option<usize>, field
497 let mut last_match = 0; in replacen() localVariable517 let mut last_match = 0; in replacen() localVariable
555 let mut last_match = 0; in replacen() localVariable575 let mut last_match = 0; in replacen() localVariable
1299 let last_match = if self.last_match_si <= STATE_MAX { in clear_cache() localVariable
1678 Job *j, *last_match; in j_lookup() local