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
67 self.last_match = self.regex.match(string)
68 return self.last_match
75 self.last_match = self.regex.search(string)
76 return self.last_match
104 return self.last_match.group(num)
/linux/tools/perf/util/
H A Dthreads.h17 struct thread *last_match; member