Searched refs:yyout (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 167 extern FILE *yyin, *yyout; 349 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; 702 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) 813 if ( ! yyout ) 814 yyout = stdout; 1845 return yyout; 1888 yyout = out_str ; 1917 yyout = stdout; 1920 yyout = (FILE *) 0;
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 205 extern FILE *yyin, *yyout; 406 /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */ 416 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; 787 #define ECHO fwrite( yytext, yyleng, 1, yyout ) 937 if ( ! yyout ) 939 yyout = stdout; 2070 return yyout; 2116 yyout = out_str ; 2153 yyout = stdout; 2156 yyout = (FILE *) 0;
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c | 19 #define yyout zconfout macro
|
| H A D | lex.zconf.c_shipped | 19 #define yyout zconfout
|