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

  /src/external/bsd/libevent/dist/
event_rpcgen.py 1600 C_COMMENT_START_RE = re.compile(re.escape(C_COMMENT_START))
1630 if not have_c_comment and C_COMMENT_START_RE.search(line):
  /src/external/bsd/ntp/dist/sntp/libevent/
event_rpcgen.py 1600 C_COMMENT_START_RE = re.compile(re.escape(C_COMMENT_START))
1630 if not have_c_comment and C_COMMENT_START_RE.search(line):

Completed in 43 milliseconds