Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c181 !IsActiveMode(BackCommentMode)) { in write_msgfile()
192 IsActiveMode(BackCommentMode)) { in write_msgfile()
205 if (!IsActiveMode(BackCommentMode)) { in write_msgfile()
225 if (IsActiveMode(BackCommentMode)) { in write_msgfile()
478 if (com && !IsActiveMode(BackCommentMode)) { in write_projfile()
484 if (com && IsActiveMode(BackCommentMode)) { in write_projfile()
H A Dgenmsg.h68 #define BackCommentMode (1L<<9) /* -b */ macro
H A Dmain.c146 SetActiveMode(BackCommentMode); in main()
380 if (IsActiveMode(BackCommentMode) && in validate_options()