Searched refs:spec_graph_file (Results 1 – 6 of 6) sorted by relevance
52 char const *spec_graph_file = NULL; /* for -g. */ variable325 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()
42 extern char const *spec_graph_file;
201 fgraph = xfopen (spec_graph_file, "w"); in print_graph()
384 spec_graph_file = AS_FILE_NAME (optarg); in getargs()
600 DEFINE (spec_graph_file); in prepare()
1591 (spec_file_prefix, spec_verbose_file, spec_graph_file)13103 * src/files.c (spec_graph_file, spec_defines_file): New.