Searched refs:C_COMMENT_START_RE (Results 1 – 2 of 2) sorted by relevance
1600 C_COMMENT_START_RE = re.compile(re.escape(C_COMMENT_START)) variable1630 if not have_c_comment and C_COMMENT_START_RE.search(line):