Home | History | Annotate | Download | only in src

Lines Matching refs:yyout

14 #define yyout ldout
121 extern FILE *yyin, *yyout;
289 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
1140 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
1238 if ( ! yyout )
1239 yyout = stdout;