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

Lines Matching full:istream

64 		yy_create_buffer( istream* s, int size ) = 0;
66 virtual void yyrestart( istream* s ) = 0;
71 int yylex( istream* new_in, ostream* new_out = 0 )
79 virtual void switch_streams( istream* new_in = 0,
107 yyFlexLexer( istream* arg_yyin = 0, ostream* arg_yyout = 0 );
112 struct yy_buffer_state* yy_create_buffer( istream* s, int size );
114 void yyrestart( istream* s );
117 virtual void switch_streams( istream* new_in, ostream* new_out );
128 void yy_init_buffer( struct yy_buffer_state* b, istream* s );
143 istream* yyin; // input source for default LexerInput