Home
last modified time | relevance | path

Searched refs:all_but_ext (Results 1 – 4 of 4) sorted by relevance

/dports/devel/bison/bison-3.7.6/src/
H A Dfiles.c94 char *all_but_ext; variable
342 all_but_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()
412 : concat2 (all_but_ext, src_extension)); in compute_output_file_names()
417 spec_header_file = concat2 (all_but_ext, header_extension); in compute_output_file_names()
526 free (all_but_ext); in output_file_names_free()
H A Dfiles.h68 extern char *all_but_ext;
H A Doutput.c824 MUSCLE_INSERT_STRING ("file_name_all_but_ext", all_but_ext); in prepare()
/dports/devel/bison/bison-3.7.6/
H A DChangeLog-20128819 * src/files.c (all_but_ext): Remove static qualifier.
8820 (compute_output_file_names): Move `free (all_but_ext)' to...
8821 (output_file_names_free): ... here since all_but_ext is needed later.
8822 * src/files.h (all_but_ext): Extern.
8828 all_but_ext.
9026 (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.