Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/genmsg/
H A Dgenmsg.l374 if (IsActiveMode(MsgCommentMode)) {
375 add_comment(MsgCommentMode, comment);
388 if (IsActiveMode(MsgCommentMode)) {
389 add_comment(MsgCommentMode, yytext);
H A Dmain.c141 SetActiveMode(MsgCommentMode); in main()
383 (!IsActiveMode(MsgCommentMode) && in validate_options()
391 IsActiveMode(AppendMode) || IsActiveMode(MsgCommentMode) || in validate_options()
H A Dgenmsg.h68 #define MsgCommentMode (1L<<7) /* -c comment-tag */ macro
H A Dutil.c537 char *tag = (mode == MsgCommentMode) ? mctag : sctag; in add_comment()
538 char **comment = (mode == MsgCommentMode) in add_comment()