Home
last modified time | relevance | path

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

/external/bison/src/
Dfiles.c80 static char const *src_extension = NULL; variable
160 src_extension = tr (ext, 'y', 'c'); in compute_exts_from_gf()
161 src_extension = tr (src_extension, 'Y', 'C'); in compute_exts_from_gf()
173 src_extension = xstrdup (ext); in compute_exts_from_src()
308 if (!src_extension) in compute_output_file_names()
309 src_extension = ".c"; in compute_output_file_names()
314 spec_outfile ? spec_outfile : concat2 (all_but_ext, src_extension); in compute_output_file_names()
/external/bison/
DChangeLog2063 * src/files.c (src_extension, header_extension):
13838 src_extension and header_extension.
13911 (src_extension): New static variable.