Searched refs:_RE_PATTERN_INCLUDE (Results 1 – 1 of 1) sorted by relevance
830 if not _RE_PATTERN_INCLUDE.match(elided):2501 _RE_PATTERN_INCLUDE = re.compile(r'^\s*#\s*include\s*([<"])([^>"]*)[>"].*$') variable2635 matched = _RE_PATTERN_INCLUDE.search(line)2689 previous_match = _RE_PATTERN_INCLUDE.search(previous_line)2694 previous_match = _RE_PATTERN_INCLUDE.search(previous_line)2735 matched = _RE_PATTERN_INCLUDE.search(line)3233 matched = _RE_PATTERN_INCLUDE.search(clean_line)