Home | History | Annotate | Download | only in src

Lines Matching refs:FILE

125 /* Returned upon end-of-file. */
162 /* Special action meaning "start processing a new file". */
183 extern FILE *skel_in, *skel_out;
224 FILE *yy_input_file;
282 * just pointing skel_in at a new input file.
341 void skel_restart (FILE *input_file );
343 YY_BUFFER_STATE skel__create_buffer (FILE *file,int size );
351 static void skel__init_buffer (YY_BUFFER_STATE b,FILE *file );
399 FILE *skel_in = (FILE *) 0, *skel_out = (FILE *) 0;
585 This file is part of Bison, the GNU Compiler Compiler.
598 along with Bison; see the file COPYING. If not, write to the Free
620 FILE *skel_get_in (void);
621 FILE *skel_get_out (void);
625 void skel_set_in (FILE *);
626 void skel_set_out (FILE *);
634 #define BASE_QPUTS(File) \
635 QPUTS (base_name (File))
886 while ( 1 ) /* loops until end-of-file is reached */
968 /* Decode special file names. They include the directory part,
1077 /* We're scanning a new file or input source. It's
1210 file
1502 void skel_restart (FILE * input_file )
1570 * @param file A readable stream.
1576 YY_BUFFER_STATE skel__create_buffer (FILE * file, int size )
1598 skel__init_buffer(b,file );
1638 static void skel__init_buffer (YY_BUFFER_STATE b, FILE * file )
1648 b->yy_input_file = file;
1954 FILE *skel_get_in (void)
1962 FILE *skel_get_out (void)
2003 void skel_set_in (FILE * in_str )
2008 void skel_set_out (FILE * out_str )
2126 scan_skel (FILE *in)