Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/genmsg/
H A Dutil.c183 !IsActiveMode(BackCommentMode)) { in write_msgfile()
194 IsActiveMode(BackCommentMode)) { in write_msgfile()
207 if (!IsActiveMode(BackCommentMode)) { in write_msgfile()
227 if (IsActiveMode(BackCommentMode)) { in write_msgfile()
480 if (com && !IsActiveMode(BackCommentMode)) { in write_projfile()
486 if (com && IsActiveMode(BackCommentMode)) { in write_projfile()
H A Dgenmsg.h70 #define BackCommentMode (1L<<9) /* -b */ macro
H A Dmain.c148 SetActiveMode(BackCommentMode); in main()
382 if (IsActiveMode(BackCommentMode) && in validate_options()