Searched refs:yyunput (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c | 207 #define unput(c) yyunput( c, (yytext_ptr) ) 903 static void yyunput (int c,char *buf_ptr ); 1651 static void yyunput (int c, register char * yy_bp ) in yyunput() function
|
| H A D | lex.zconf.c_shipped | 207 #define unput(c) yyunput( c, (yytext_ptr) ) 903 static void yyunput (int c,char *buf_ptr ); 1651 static void yyunput (int c, register char * yy_bp )
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 229 #define unput(c) yyunput( c, (yytext_ptr) ) 744 static void yyunput (int c,char *buf_ptr ); 1466 static void yyunput (int c, register char * yy_bp )
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 189 #define unput(c) yyunput( c, (yytext_ptr) ) 585 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
|