Home
last modified time | relevance | path

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

/external/bison/src/
Dfiles.c49 char *spec_xml_file = NULL; /* for -x. */ variable
329 if (! spec_xml_file) in compute_output_file_names()
330 spec_xml_file = concat2 (all_but_tab_ext, ".xml"); in compute_output_file_names()
331 output_file_name_check (&spec_xml_file); in compute_output_file_names()
386 free (spec_xml_file); in output_file_names_free()
Dfiles.h45 extern char *spec_xml_file;
Dgetargs.c714 free (spec_xml_file); in getargs()
715 spec_xml_file = xstrdup (AS_FILE_NAME (optarg)); in getargs()
Dprint-xml.c502 FILE *out = xfopen (spec_xml_file, "w"); in print_xml()
/external/bison/
DChangeLog-20124694 * src/files.c (spec_xml_file): New var.
4696 * src/files.h (spec_xml_file): New decl.