Lines Matching refs:match
46 return bugre.match(comment)
92 match = bugre.search(com)
93 if match:
94 if match.group(1) not in bugs:
95 bugs[match.group(1)] = []
96 bugs[match.group(1)].append(match.group(2))
104 match = bugnospcre.search(com)
105 if match:
106 if match.group(1) not in bugs:
107 bugs[match.group(1)] = []
108 bugs[match.group(1)].append(match.group(2))