Home | History | Annotate | Download | only in src

Lines Matching refs:FILE

5    This file is part of Bison, the GNU Compiler Compiler.
18 along with Bison; see the file COPYING. If not, write to
452 file. The name of a graph is used to identify this graph, e.g., if
457 By default, it's the name of the vcg graph file description. */
952 void open_node (FILE *fout);
953 void output_node (node *n, FILE *fout);
954 void close_node (FILE *fout);
956 void open_edge (edge *e, FILE *fout);
957 void output_edge (edge *e, FILE *fout);
958 void close_edge (FILE *fout);
960 void open_graph (FILE *fout);
961 void output_graph (graph *g, FILE *fout);
962 void close_graph (graph *g, FILE *fout);