Searched refs:line_match (Results 1 – 3 of 3) sorted by relevance
106 line_match = re.search(r'/c/@([A-Za-z0-9_-]*)', line.decode('utf-8'))107 if not line_match:109 name = line_match.group(1)
245 int line_match = 0; in kmp_location_match() local254 line_match = in kmp_location_match()259 return (file_match && func_match && line_match); in kmp_location_match()
133 len(line_match.group(0)) >= dangerous_line_len134 for line_match in re.finditer(r'[^\n]+', self.s)