Lines Matching refs:FILE
167 extern FILE *yyin, *yyout;
200 FILE *yy_input_file;
296 void yyrestart (FILE *input_file );
298 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
306 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
349 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
641 FILE *yyget_in (void );
643 void yyset_in (FILE * in_str );
645 FILE *yyget_out (void );
647 void yyset_out (FILE * out_str );
1450 void yyrestart (FILE * input_file )
1512 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1559 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
1835 FILE *yyget_in (void)
1843 FILE *yyget_out (void)
1881 void yyset_in (FILE * in_str )
1886 void yyset_out (FILE * out_str )
1919 yyin = (FILE *) 0;
1920 yyout = (FILE *) 0;