Home
last modified time | relevance | path

Searched refs:last_match (Results 1 – 2 of 2) sorted by relevance

/linux/tools/lib/python/kdoc/
H A Dkdoc_re.py44 self.last_match = None
96 self.last_match = self.regex.match(string)
97 return self.last_match
104 self.last_match = self.regex.search(string)
105 return self.last_match
140 return self.last_match.group(num)
147 return self.last_match.groups()
/linux/tools/perf/util/
H A Dthreads.h17 struct thread *last_match; member