Searched refs:yyunput (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c | 198 #define unput(c) yyunput( c, (yytext_ptr) ) 893 static void yyunput (int c,char *buf_ptr ); 1636 static void yyunput (int c, register char * yy_bp ) in yyunput() function
|
D | zconf.lex.c_shipped | 198 #define unput(c) yyunput( c, (yytext_ptr) ) 893 static void yyunput (int c,char *buf_ptr ); 1636 static void yyunput (int c, register char * yy_bp )
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 179 #define unput(c) yyunput( c, (yytext_ptr) ) 633 static void yyunput (int c,char *buf_ptr ); 1235 static void yyunput (int c, register char * yy_bp )
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 189 #define unput(c) yyunput( c, (yytext_ptr) ) 642 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
|