Lines Matching refs:FILE
172 extern FILE *yyin, *yyout;
201 FILE *yy_input_file;
297 void yyrestart (FILE *input_file );
299 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
307 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
350 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
699 FILE *yyget_in (void );
701 void yyset_in (FILE * in_str );
703 FILE *yyget_out (void );
705 void yyset_out (FILE * out_str );
1649 void yyrestart (FILE * input_file )
1711 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1758 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
2034 FILE *yyget_in (void)
2042 FILE *yyget_out (void)
2080 void yyset_in (FILE * in_str )
2085 void yyset_out (FILE * out_str )
2118 yyin = (FILE *) 0;
2119 yyout = (FILE *) 0;