Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c159 extern FILE *yyin, *yyout;
346 FILE *yyin = NULL, *yyout = NULL; variable
787 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
894 if ( ! yyout )
895 yyout = stdout;
1966 return yyout; in yyget_out()
2009 yyout = _out_str ; in yyset_out()
2041 yyout = stdout; in yy_init_globals()
2044 yyout = NULL; in yy_init_globals()
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c159 extern FILE *yyin, *yyout;
327 FILE *yyin = NULL, *yyout = NULL; variable
639 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
749 if ( ! yyout )
750 yyout = stdout;
1778 return yyout; in yyget_out()
1821 yyout = _out_str ; in yyset_out()
1850 yyout = stdout; in yy_init_globals()
1853 yyout = NULL; in yy_init_globals()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped160 extern FILE *yyin, *yyout;
338 FILE *yyin = NULL, *yyout = NULL;
758 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
868 if ( ! yyout )
869 yyout = stdout;
2065 return yyout;
2108 yyout = _out_str ;
2137 yyout = stdout;
2140 yyout = NULL;
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped157 extern FILE *yyin, *yyout;
347 FILE *yyin = NULL, *yyout = NULL;
951 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1042 if ( ! yyout )
1043 yyout = stdout;
2221 return yyout;
2264 yyout = _out_str ;
2296 yyout = stdout;
2299 yyout = NULL;
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped19 #define yyout zconfout