Lines Matching refs:FILE
70 /* Returned upon end-of-file. */
96 /* Special action meaning "start processing a new file". */
108 extern FILE *yyin, *yyout;
154 FILE *yy_input_file;
207 * just pointing yyin at a new input file.
242 void yyrestart YY_PROTO(( FILE *input_file ));
246 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
248 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
489 while ( 1 ) /* loops until end-of-file is reached */
530 /* We're scanning a new file or input source. It's
737 * EOB_ACT_END_OF_FILE - end of file
1052 void yyrestart( FILE *input_file )
1055 FILE *input_file;
1122 YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
1124 YY_BUFFER_STATE yy_create_buffer( file, size )
1125 FILE *file;
1129 YY_BUFFER_STATE yyFlexLexer::yy_create_buffer( istream* file, int size )
1149 yy_init_buffer( b, file );
1187 void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
1189 void yy_init_buffer( b, file )
1191 FILE *file;
1196 void yyFlexLexer::yy_init_buffer( YY_BUFFER_STATE b, istream* file )
1202 b->yy_input_file = file;
1212 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;