HomeSort by relevance Sort by last modified time
    Searched refs:spec_graph_file (Results 1 - 4 of 4) sorted by null

  /external/bison/src/
files.h 42 extern char *spec_graph_file;
files.c 48 char *spec_graph_file = NULL; /* for -g. */ variable
324 if (! spec_graph_file)
325 spec_graph_file = concat2 (all_but_tab_ext, ".dot");
326 output_file_name_check (&spec_graph_file);
387 free (spec_graph_file);
print_graph.c 199 FILE *fgraph = xfopen (spec_graph_file, "w");
getargs.c 674 free (spec_graph_file);
675 spec_graph_file = xstrdup (AS_FILE_NAME (optarg));

Completed in 215 milliseconds