Searched refs:C_COMMENT_END_RE (Results 1 – 1 of 1) sorted by relevance
1601 C_COMMENT_END_RE = re.compile(re.escape(C_COMMENT_END)) variable1638 if not C_COMMENT_END_RE.search(line):