Lines Matching refs:yyout
175 extern FILE *yyin, *yyout;
350 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
2112 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
2241 if ( ! yyout )
2242 yyout = stdout;
4092 fwrite (escaped_qstart, 1, strlen(escaped_qstart), yyout);
4097 fwrite (escaped_qend, 1, strlen(escaped_qend), yyout);
4983 return yyout; in yyget_out()
5026 yyout = out_str ; in yyset_out()
5064 yyout = stdout; in yy_init_globals()
5067 yyout = (FILE *) 0; in yy_init_globals()