Home
last modified time | relevance | path

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

/external/bison/src/
Dfiles.c52 char const *spec_graph_file = NULL; /* for -g. */ variable
325 if (! spec_graph_file) in compute_output_file_names()
326 spec_graph_file = concat2 (all_but_tab_ext, ".vcg"); in compute_output_file_names()
327 name[names++] = spec_graph_file; in compute_output_file_names()
Dfiles.h42 extern char const *spec_graph_file;
Dprint_graph.c201 fgraph = xfopen (spec_graph_file, "w"); in print_graph()
Dgetargs.c384 spec_graph_file = AS_FILE_NAME (optarg); in getargs()
Doutput.c600 DEFINE (spec_graph_file); in prepare()
/external/bison/
DChangeLog1591 (spec_file_prefix, spec_verbose_file, spec_graph_file)
13103 * src/files.c (spec_graph_file, spec_defines_file): New.