Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/onbld/Checks/
H A DComments.py42 bugre = re.compile(r'^(\d{2,7}) (.*)$') variable
46 return bugre.match(comment)
92 match = bugre.search(com)