Searched refs:src_extension (Results 1 – 3 of 3) sorted by relevance
/external/bison/src/ |
D | files.c | 81 static char *src_extension = NULL; variable 147 src_extension = xstrdup (language->src_extension); in compute_exts_from_gf() 152 src_extension = xstrdup (ext); in compute_exts_from_gf() 154 tr (src_extension, 'y', 'c'); in compute_exts_from_gf() 155 tr (src_extension, 'Y', 'C'); in compute_exts_from_gf() 168 src_extension = xstrdup (ext); in compute_exts_from_src() 304 if (!src_extension) in compute_output_file_names() 305 src_extension = xstrdup (".c"); in compute_output_file_names() 312 : concat2 (all_but_ext, src_extension)); in compute_output_file_names() 342 free (src_extension); in compute_output_file_names()
|
D | getargs.h | 67 char src_extension[sizeof ".java"]; member
|
/external/bison/ |
D | ChangeLog-2012 | 6579 (all_but_ext, all_but_tab_ext, src_extension, header_extension): 6587 src_extension, and header_extension. 10324 * src/files.c (src_extension, header_extension): 22099 src_extension and header_extension. 22172 (src_extension): New static variable.
|