Home
last modified time | relevance | path

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

/titanic_41/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)