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

  /external/bison/src/
files.h 45 extern char *spec_xml_file;
files.c 49 char *spec_xml_file = NULL; /* for -x. */ variable
331 if (! spec_xml_file)
332 spec_xml_file = concat2 (all_but_tab_ext, ".xml");
333 output_file_name_check (&spec_xml_file);
388 free (spec_xml_file);
getargs.c 714 free (spec_xml_file);
715 spec_xml_file = xstrdup (AS_FILE_NAME (optarg));
print-xml.c 502 FILE *out = xfopen (spec_xml_file, "w");

Completed in 167 milliseconds