Searched refs:append_string (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/kconfig/ |
A D | lexer.lex.c | 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() [all …]
|
A D | lexer.l | 55 static void append_string(const char *str, int size) in append_string() function
|
Completed in 14 milliseconds