Lines Matching refs:all_but_tab_ext
77 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()
341 free (all_but_tab_ext); in compute_output_file_names()