Searched refs:spec_graph_file (Results 1 – 6 of 6) sorted by relevance
/external/bison/src/ |
D | files.c | 48 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()
|
D | files.h | 42 extern char *spec_graph_file;
|
D | getargs.c | 674 free (spec_graph_file); in getargs() 675 spec_graph_file = xstrdup (AS_FILE_NAME (optarg)); in getargs()
|
D | print_graph.c | 198 FILE *fgraph = xfopen (spec_graph_file, "w"); in print_graph()
|
D | output.c | 652 DEFINE (spec_graph_file); in prepare()
|
/external/bison/ |
D | ChangeLog-2012 | 6575 * 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.
|