Home
last modified time | relevance | path

Searched refs:add_comment (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.l37 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);
H A Dutil.c533 add_comment(Mode mode, char *str) in add_comment() function