Searched defs:spec_xml_file (Results 1 - 1 of 1) sorted by relevance

/external/bison/src/
H A Dfiles.c49 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);

Completed in 77 milliseconds