Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/scripts/
H A Dgit-pbchk.py206 def comchk(root, parent, flist, output): function
209 return Comments.comchk(git_comments(parent), check_db=True,
338 cmds = [comchk,
/titanic_41/usr/src/tools/onbld/Checks/
H A DComments.py48 def comchk(comments, check_db=True, output=sys.stderr): function
/titanic_41/usr/src/tools/onbld/hgext/
H A Dcdm.py355 return Comments.comchk(active.comments(), check_db=check_db, output=ui)