Lines Matching refs:append_string
2274 static void append_string(const char *str, int size) in append_string() function
2787 append_string(yytext, yyleng);
2793 append_string(yytext + 1, yyleng - 1);
2804 append_string(yytext, 1);
2848 append_string(" ", 8);
2851 append_string(" ", ts);
2871 append_string("\n", 1);
2882 append_string(yytext, yyleng);
3946 append_string(in, n); in expand_token()
3955 append_string(&c2, 1); in expand_token()
3985 append_string(res, strlen(res)); in append_expanded_string()