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

  /src/external/bsd/nsd/dist/contrib/
nsd.zones2nsd.conf 17 comment_re = re.compile("^\s*;")
23 if comment_re.search(line) or empty_re.search(line):
  /src/external/gpl3/binutils/dist/etc/
update-copyright.py 219 self.comment_re = re.compile('#+|[*]+|;+|%+|//+|@c |dnl ')
292 match = self.comment_re.match (line)
  /src/external/gpl3/binutils.old/dist/etc/
update-copyright.py 219 self.comment_re = re.compile('#+|[*]+|;+|%+|//+|@c |dnl ')
292 match = self.comment_re.match (line)
  /src/external/gpl3/gcc/dist/contrib/
update-copyright.py 212 self.comment_re = re.compile('#+|[*]+|;+|%+|//+|@c |dnl ')
285 match = self.comment_re.match (line)
  /src/external/gpl3/gcc.old/dist/contrib/
update-copyright.py 211 self.comment_re = re.compile('#+|[*]+|;+|%+|//+|@c |dnl ')
284 match = self.comment_re.match (line)

Completed in 199 milliseconds