Home
last modified time | relevance | path

Searched refs:yyout (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped167 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 Dlex.c_shipped205 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 Dlex.zconf.c19 #define yyout zconfout macro
H A Dlex.zconf.c_shipped19 #define yyout zconfout