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 const *spec_graph_file;
files.c 52 char const *spec_graph_file = NULL; /* for -g. */ variable
327 if (! spec_graph_file)
328 spec_graph_file = concat2 (all_but_tab_ext, ".vcg");
329 name[names++] = spec_graph_file;
getargs.c 384 spec_graph_file = AS_FILE_NAME (optarg);
print_graph.c 202 fgraph = xfopen (spec_graph_file, "w");

Completed in 43 milliseconds