Searched refs:all_but_tab_ext (Results 1 - 1 of 1) sorted by relevance

/external/bison/src/
H A Dfiles.c77 static char *all_but_tab_ext; variable
250 all_but_tab_ext =
268 all_but_tab_ext = xstrdup (spec_file_prefix);
274 all_but_tab_ext = xstrdup ("y");
281 all_but_tab_ext =
286 all_but_ext = concat2 (all_but_tab_ext, TAB_EXT);
288 all_but_ext = xstrdup (all_but_tab_ext);
325 spec_graph_file = concat2 (all_but_tab_ext, ".dot");
332 spec_xml_file = concat2 (all_but_tab_ext, ".xml");
339 spec_verbose_file = concat2 (all_but_tab_ext, OUTPUT_EX
[all...]

Completed in 106 milliseconds