Home
last modified time | relevance | path

Searched refs:C_COMMENT_START (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1597 C_COMMENT_START = "/*" variable
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))
/freebsd/contrib/libevent/
H A Devent_rpcgen.py1597 C_COMMENT_START = "/*" variable
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))