Searched refs:regexp (Results 1 – 7 of 7) sorted by relevance
23 regexp = [ re.compile(patterns[i][0]) for i in range(0,numpat)]30 match = regexp[i].match(line)
15 <!-- engine_name_match: A regexp matching the engine name -->
24 <!-- engine_name_match: A regexp matching the engine name -->
45 <!-- engine_name_match: A regexp matching the engine name -->
547 def breakOnName(self, regexp): argument549 self.breakPat = re.compile(regexp)
455 # api - regexp pattern matching one or more API tags, indicating
586 // e.g. match("a", input) will look for the regexp called "a" and see if it matches