Searched refs:append_extra_text (Results 1 – 1 of 1) sorted by relevance
13 static void append_extra_text(char* text);45 <COPYING>.*\n { append_extra_text(yytext); }46 <COPYING>.* { append_extra_text(yytext); }47 <COPYING>\n+ { append_extra_text(yytext); }52 <LONG_COMMENT>[^*]* { append_extra_text(yytext); }53 <LONG_COMMENT>\*+[^/] { append_extra_text(yytext); }54 <LONG_COMMENT>\n { append_extra_text(yytext); }69 append_extra_text(yytext); }128 void append_extra_text(char* text) in append_extra_text() function