Searched refs:MsgCommentMode (Results 1 – 4 of 4) sorted by relevance
374 if (IsActiveMode(MsgCommentMode)) {375 add_comment(MsgCommentMode, comment);388 if (IsActiveMode(MsgCommentMode)) {389 add_comment(MsgCommentMode, yytext);
141 SetActiveMode(MsgCommentMode); in main()383 (!IsActiveMode(MsgCommentMode) && in validate_options()391 IsActiveMode(AppendMode) || IsActiveMode(MsgCommentMode) || in validate_options()
68 #define MsgCommentMode (1L<<7) /* -c comment-tag */ macro
537 char *tag = (mode == MsgCommentMode) ? mctag : sctag; in add_comment()538 char **comment = (mode == MsgCommentMode) in add_comment()