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);
139 SetActiveMode(MsgCommentMode); in main()381 (!IsActiveMode(MsgCommentMode) && in validate_options()389 IsActiveMode(AppendMode) || IsActiveMode(MsgCommentMode) || in validate_options()
66 #define MsgCommentMode (1L<<7) /* -c comment-tag */ macro
535 char *tag = (mode == MsgCommentMode) ? mctag : sctag; in add_comment()536 char **comment = (mode == MsgCommentMode) in add_comment()