Searched refs:spec_file_prefix (Results 1 – 8 of 8) sorted by relevance
45 char const *spec_file_prefix = NULL; /* for -b. */ variable260 if (spec_file_prefix) in compute_file_name_parts()264 xstrndup (spec_file_prefix, in compute_file_name_parts()265 last_component (spec_file_prefix) - spec_file_prefix); in compute_file_name_parts()266 all_but_tab_ext = xstrdup (spec_file_prefix); in compute_file_name_parts()
36 extern char const *spec_file_prefix;
270 | "%file-prefix" STRING { spec_file_prefix = $2; }271 | "%file-prefix" "=" STRING { spec_file_prefix = $3; } /* deprecated */
657 spec_file_prefix = AS_FILE_NAME (optarg); in getargs()
651 DEFINE (spec_file_prefix); in prepare()
2265 { spec_file_prefix = (yyvsp[(2) - (2)].chars); }2271 { spec_file_prefix = (yyvsp[(3) - (3)].chars); }
836 * src/vmsgetargs.c (spec_name_prefix, spec_file_prefix): Define1060 * src/getargs.c: Declare spec_file_prefix
9852 (spec_file_prefix, spec_verbose_file, spec_graph_file)19988 `spec_file_prefix', declared by src/files.h.