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;
698 FILE *yyget_in (void );
700 void yyset_in (FILE * in_str );
702 FILE *yyget_out (void );
704 void yyset_out (FILE * out_str );
1620 void yyrestart (FILE * input_file )
1682 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1729 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
2005 FILE *yyget_in (void)
2013 FILE *yyget_out (void)
2051 void yyset_in (FILE * in_str )
2056 void yyset_out (FILE * out_str )
2089 yyin = (FILE *) 0;
2090 yyout = (FILE *) 0;