comment_begin     757 htags/asm.c    { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
comment_begin     780 htags/asm.c    { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
comment_begin     878 htags/asm.c    			echos(comment_begin);
comment_begin     794 htags/c.c      { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
comment_begin     819 htags/c.c      { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
comment_begin      86 htags/common.c const char *comment_begin	= "<i><font color='green'>";
comment_begin     178 htags/common.c 	comment_begin		= "<em class='comment'>";
comment_begin      72 htags/common.h extern const char *comment_begin;
comment_begin     757 htags/cpp.c    { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
comment_begin     780 htags/cpp.c    { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
comment_begin    1222 htags/htags.c  			comment_begin = p;
comment_begin     728 htags/java.c   { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
comment_begin     743 htags/java.c   { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
comment_begin      88 htags/lexcommon.h 			echos(comment_begin);				\
comment_begin     860 htags/php.c    { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
comment_begin     875 htags/php.c    { echos(comment_begin); ECHO; yy_push_state(SHELL_COMMENT); }
comment_begin     880 htags/php.c    { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
comment_begin     272 htags/src2html.c 	strbuf_sprintf(sb, "%s/* ", comment_begin);
comment_begin     725 htags/src2html.c 	fputs(comment_begin, out);
comment_begin     865 htags/src2html.c 	fputs(comment_begin, out);