Home
last modified time | relevance | path

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

/dports/devel/bison/bison-3.7.6/src/
H A Dfiles.c95 static char *all_but_tab_ext; variable
347 all_but_tab_ext = in compute_file_name_parts()
366 all_but_tab_ext = xstrdup (spec_file_prefix); in compute_file_name_parts()
372 all_but_tab_ext = xstrdup ("y"); in compute_file_name_parts()
379 all_but_tab_ext = in compute_file_name_parts()
384 all_but_ext = concat2 (all_but_tab_ext, TAB_EXT); in compute_file_name_parts()
386 all_but_ext = xstrdup (all_but_tab_ext); in compute_file_name_parts()
423 spec_graph_file = concat2 (all_but_tab_ext, in compute_output_file_names()
431 spec_xml_file = concat2 (all_but_tab_ext, ".xml"); in compute_output_file_names()
438 spec_verbose_file = concat2 (all_but_tab_ext, OUTPUT_EXT); in compute_output_file_names()
[all …]
/dports/devel/bison/bison-3.7.6/
H A DChangeLog-20129026 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
9033 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
12308 (all_but_ext, all_but_tab_ext): these.