Home | History | Annotate | Download | only in libcpu

Lines Matching refs:FILE

129 /* Returned upon end-of-file. */
155 /* Special action meaning "start processing a new file". */
176 extern FILE *i386_in, *i386_out;
222 FILE *yy_input_file;
276 * just pointing i386_in at a new input file.
318 void i386_restart (FILE *input_file );
320 YY_BUFFER_STATE i386__create_buffer (FILE *file,int size );
328 static void i386__init_buffer (YY_BUFFER_STATE b,FILE *file );
371 FILE *i386_in = (FILE *) 0, *i386_out = (FILE *) 0;
612 FILE *i386_get_in (void );
614 void i386_set_in (FILE * in_str );
616 FILE *i386_get_out (void );
618 void i386_set_out (FILE * out_str );
797 while ( 1 ) /* loops until end-of-file is reached */
989 /* We're scanning a new file or input source. It's
1113 * EOB_ACT_END_OF_FILE - end of file
1431 void i386_restart (FILE * input_file )
1488 * @param file A readable stream.
1493 YY_BUFFER_STATE i386__create_buffer (FILE * file, int size )
1512 i386__init_buffer(b,file );
1540 static void i386__init_buffer (YY_BUFFER_STATE b, FILE * file )
1547 b->yy_input_file = file;
1816 FILE *i386_get_in (void)
1824 FILE *i386_get_out (void)
1862 void i386_set_in (FILE * in_str )
1867 void i386_set_out (FILE * out_str )
1903 i386_in = (FILE *) 0;
1904 i386_out = (FILE *) 0;