Home | History | Annotate | Download | only in Script

Lines Matching refs:istream

77   virtual struct yy_buffer_state* yy_create_buffer(FLEX_STD istream* s,
80 virtual void yyrestart(FLEX_STD istream* s) = 0;
85 int yylex(FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0) {
92 virtual void switch_streams(FLEX_STD istream* new_in = 0,
120 yyFlexLexer(FLEX_STD istream* arg_yyin = 0, FLEX_STD ostream* arg_yyout = 0);
125 struct yy_buffer_state* yy_create_buffer(FLEX_STD istream* s, int size);
127 void yyrestart(FLEX_STD istream* s);
133 virtual void switch_streams(FLEX_STD istream* new_in,
146 void yy_init_buffer(struct yy_buffer_state* b, FLEX_STD istream* s);
161 FLEX_STD istream* yyin; // input source for default LexerInput