Home
last modified time | relevance | path

Searched refs:all_but_tab_ext (Results 1 – 2 of 2) sorted by relevance

/external/bison/src/
Dfiles.c77 static char *all_but_tab_ext; variable
248 all_but_tab_ext = in compute_file_name_parts()
266 all_but_tab_ext = xstrdup (spec_file_prefix); in compute_file_name_parts()
272 all_but_tab_ext = xstrdup ("y"); in compute_file_name_parts()
279 all_but_tab_ext = in compute_file_name_parts()
284 all_but_ext = concat2 (all_but_tab_ext, TAB_EXT); in compute_file_name_parts()
286 all_but_ext = xstrdup (all_but_tab_ext); in compute_file_name_parts()
323 spec_graph_file = concat2 (all_but_tab_ext, ".dot"); in compute_output_file_names()
330 spec_xml_file = concat2 (all_but_tab_ext, ".xml"); in compute_output_file_names()
337 spec_verbose_file = concat2 (all_but_tab_ext, OUTPUT_EXT); in compute_output_file_names()
[all …]
/external/bison/
DChangeLog-20126579 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
6586 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
9861 (all_but_ext, all_but_tab_ext): these.