OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun May 17 00:24:36 UTC 2026