Lines Matching refs:FILE
157 extern FILE *yyin, *yyout;
185 FILE *yy_input_file;
280 void yyrestart ( FILE *input_file );
282 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
290 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
328 FILE *yyin = NULL, *yyout = NULL;
671 FILE *yyget_in ( void );
673 void yyset_in ( FILE * _in_str );
675 FILE *yyget_out ( void );
677 void yyset_out ( FILE * _out_str );
1624 void yyrestart (FILE * input_file ) in yyrestart()
1686 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) in yy_create_buffer()
1733 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) in yy_init_buffer()
2009 FILE *yyget_in (void) in yyget_in()
2017 FILE *yyget_out (void) in yyget_out()
2055 void yyset_in (FILE * _in_str ) in yyset_in()
2060 void yyset_out (FILE * _out_str ) in yyset_out()