Home
last modified time | relevance | path

Searched refs:spec_xml_file (Results 1 – 5 of 5) sorted by relevance

/dports/devel/bison/bison-3.7.6/src/
H A Dfiles.c58 char *spec_xml_file = NULL; /* for -x. */ variable
430 if (! spec_xml_file) in compute_output_file_names()
431 spec_xml_file = concat2 (all_but_tab_ext, ".xml"); in compute_output_file_names()
432 output_file_name_check (&spec_xml_file, false); in compute_output_file_names()
529 free (spec_xml_file); in output_file_names_free()
H A Dfiles.h48 extern char *spec_xml_file;
H A Dgetargs.c827 free (spec_xml_file); in getargs()
828 spec_xml_file = xstrdup (optarg); in getargs()
H A Dprint-xml.c497 FILE *out = xfopen (spec_xml_file, "w"); in print_xml()
/dports/devel/bison/bison-3.7.6/
H A DChangeLog-20127141 * src/files.c (spec_xml_file): New var.
7143 * src/files.h (spec_xml_file): New decl.