Home | History | Annotate | Download | only in src

Lines Matching refs:FILE

0 /* File names and variables for bison,
4 This file is part of Bison, the GNU Compiler Compiler.
17 along with Bison; see the file COPYING. If not, write to
26 /* File name specified with -o for the output file, or 0 if no -o. */
29 /* File name for the parser (i.e., the one above, or its default.) */
35 /* File name prefix specified with -b, or 0 if no -b. */
41 /* File name specified for the output VCG graph. */
44 /* File name specified with --defines. */
47 /* Directory prefix of output file names. */
51 /* If semantic parser, output a .h file that defines YYSTYPE... */
55 /* The file name as given on the command line.
60 /* The current file name. Might change with %include, or with #line. */
65 FILE *xfopen (const char *name, const char *mode);
66 void xfclose (FILE *ptr);