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

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

Completed in 61 milliseconds