HomeSort by: relevance | last modified time | path
    Searched refs:C_COMMENT_START (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
event_rpcgen.py 1597 C_COMMENT_START = "/*"
1600 C_COMMENT_START_RE = re.compile(re.escape(C_COMMENT_START))
1603 C_COMMENT_START_SUB_RE = re.compile(r"%s.*$" % (re.escape(C_COMMENT_START)))
1607 r"%s.*?%s" % (re.escape(C_COMMENT_START), re.escape(C_COMMENT_END))
  /src/external/bsd/ntp/dist/sntp/libevent/
event_rpcgen.py 1597 C_COMMENT_START = "/*"
1600 C_COMMENT_START_RE = re.compile(re.escape(C_COMMENT_START))
1603 C_COMMENT_START_SUB_RE = re.compile(r"%s.*$" % (re.escape(C_COMMENT_START)))
1607 r"%s.*?%s" % (re.escape(C_COMMENT_START), re.escape(C_COMMENT_END))

Completed in 48 milliseconds