Home | History | Annotate | Download | only in src

Lines Matching refs:all_but_ext

61    DIR_PREFIX is `dir/' and ALL_BUT_EXT and ALL_BUT_TAB_EXT are `dir/foo'.
64 ALL_BUT_EXT is `dir/foo.tab', and ALL_BUT_TAB_EXT is `dir/foo'.
67 ALL_BUT_EXT = `foo.tab' and ALL_BUT_TAB_EXT = `foo'.
70 is name dir/foo.y, ALL_BUT_EXT and ALL_BUT_TAB_EXT are `foo'.
76 char *all_but_ext;
140 | Compute ALL_BUT_EXT, ALL_BUT_TAB_EXT and output files extensions. |
234 /* Compute ALL_BUT_EXT and ALL_BUT_TAB_EXT from SPEC_OUTFILE
244 /* ALL_BUT_EXT goes up the EXT, excluding it. */
245 all_but_ext =
286 all_but_ext = concat2 (all_but_tab_ext, TAB_EXT);
288 all_but_ext = xstrdup (all_but_tab_ext);
314 : concat2 (all_but_ext, src_extension));
319 spec_defines_file = concat2 (all_but_ext, header_extension);
385 free (all_but_ext);