Lines Matching refs:yyout
160 extern FILE *yyin, *yyout;
329 FILE *yyin = NULL, *yyout = NULL; variable
2101 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
2211 if ( ! yyout )
2212 yyout = stdout;
4070 fputs(escaped_qstart, yyout);
4075 fputs(escaped_qend, yyout);
4100 fprintf(yyout, "[""[%s]""]", escaped_qstart);
4105 fprintf(yyout, "[""[%s]""]", escaped_qend);
5039 return yyout; in yyget_out()
5082 yyout = _out_str ; in yyset_out()
5115 yyout = stdout; in yy_init_globals()
5118 yyout = NULL; in yy_init_globals()