Searched defs:C_COMMENT_START_SUB_RE (Results 1 – 2 of 2) sorted by relevance
1603 C_COMMENT_START_SUB_RE = re.compile(r"%s.*$" % (re.escape(C_COMMENT_START))) variable