Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/onbld/Checks/
H A DComments.py45 bugre = re.compile(r'^(\d{2,7}) (.*)$') variable
49 return bugre.match(comment)
118 match = bugre.search(com)