Lines Matching refs:FILE
157 extern FILE *yyin, *yyout;
190 FILE *yy_input_file;
286 void yyrestart (FILE *input_file );
288 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
296 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
339 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
605 FILE *yyget_in (void );
607 void yyset_in (FILE * in_str );
609 FILE *yyget_out (void );
611 void yyset_out (FILE * out_str );
1353 void yyrestart (FILE * input_file )
1415 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1466 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
1742 FILE *yyget_in (void)
1750 FILE *yyget_out (void)
1788 void yyset_in (FILE * in_str )
1793 void yyset_out (FILE * out_str )
1826 yyin = (FILE *) 0;
1827 yyout = (FILE *) 0;