Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:yyout

108 extern FILE *yyin, *yyout;
279 %% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here
384 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
475 if ( ! yyout )
477 yyout = stdout;
479 yyout = &cout;
652 yyout = arg_yyout;
693 yyout = new_out;
728 (void) yyout->write( buf, size );