Searched refs:add_comment (Results 1 – 2 of 2) sorted by relevance
37 extern void add_comment(Mode, char *); /* from util.c */375 add_comment(MsgCommentMode, comment);378 add_comment(SetCommentMode, comment);389 add_comment(MsgCommentMode, yytext);392 add_comment(SetCommentMode, yytext);
535 add_comment(Mode mode, char *str) in add_comment() function