Searched refs:all_but_ext (Results 1 – 4 of 4) sorted by relevance
/external/bison/src/ |
D | files.c | 76 char *all_but_ext; variable 243 all_but_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() 312 : concat2 (all_but_ext, src_extension)); in compute_output_file_names() 317 spec_defines_file = concat2 (all_but_ext, header_extension); in compute_output_file_names() 383 free (all_but_ext); in output_file_names_free()
|
D | files.h | 62 extern char *all_but_ext;
|
D | output.c | 645 MUSCLE_INSERT_STRING ("file_name_all_but_ext", all_but_ext); in prepare()
|
/external/bison/ |
D | ChangeLog-2012 | 6372 * src/files.c (all_but_ext): Remove static qualifier. 6373 (compute_output_file_names): Move `free (all_but_ext)' to... 6374 (output_file_names_free): ... here since all_but_ext is needed later. 6375 * src/files.h (all_but_ext): Extern. 6381 all_but_ext. 6579 (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.
|