Lines Matching refs:FILE
205 extern FILE *yyin, *yyout;
241 FILE *yy_input_file;
358 void yyrestart (FILE *input_file );
360 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
368 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
416 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
711 FILE *yyget_in (void );
713 void yyset_in (FILE * in_str );
715 FILE *yyget_out (void );
717 void yyset_out (FILE * out_str );
1600 void yyrestart (FILE * input_file )
1674 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1740 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
2060 FILE *yyget_in (void)
2068 FILE *yyget_out (void)
2109 void yyset_in (FILE * in_str )
2114 void yyset_out (FILE * out_str )
2155 yyin = (FILE *) 0;
2156 yyout = (FILE *) 0;