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
70 self.last_match = self.regex.match(string)
71 return self.last_match
78 self.last_match = self.regex.search(string)
79 return self.last_match
107 return self.last_match.group(num)
/linux/tools/perf/util/
H A Dthreads.h17 struct thread *last_match; member