Searched refs:all_but_ext (Results 1 – 4 of 4) sorted by relevance
/dports/devel/bison/bison-3.7.6/src/ |
H A D | files.c | 94 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 D | files.h | 68 extern char *all_but_ext;
|
H A D | output.c | 824 MUSCLE_INSERT_STRING ("file_name_all_but_ext", all_but_ext); in prepare()
|
/dports/devel/bison/bison-3.7.6/ |
H A D | ChangeLog-2012 | 8819 * 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.
|