Home
last modified time | relevance | path

Searched refs:spec_graph_file (Results 1 – 6 of 6) sorted by relevance

/external/bison/src/
Dfiles.c48 char *spec_graph_file = NULL; /* for -g. */ variable
322 if (! spec_graph_file) in compute_output_file_names()
323 spec_graph_file = concat2 (all_but_tab_ext, ".dot"); in compute_output_file_names()
324 output_file_name_check (&spec_graph_file); in compute_output_file_names()
385 free (spec_graph_file); in output_file_names_free()
Dfiles.h42 extern char *spec_graph_file;
Dgetargs.c674 free (spec_graph_file); in getargs()
675 spec_graph_file = xstrdup (AS_FILE_NAME (optarg)); in getargs()
Dprint_graph.c198 FILE *fgraph = xfopen (spec_graph_file, "w"); in print_graph()
Doutput.c652 DEFINE (spec_graph_file); in prepare()
/external/bison/
DChangeLog-20126575 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
6589 spec_verbose_file, spec_graph_file, spec_defines_file,
9852 (spec_file_prefix, spec_verbose_file, spec_graph_file)
21364 * src/files.c (spec_graph_file, spec_defines_file): New.