Lines Matching refs:output_name

1886    once.  Associated output file paths (i.e. output_name-s) are
1894 Regexpr machinery to compute the output_name and for_name-s of each
1897 transformed strings for the corresponding output_name and the
1905 rule is triggered. When a rule is triggered, the output_name and
1909 usually it just updates the output_name and for_name so should free
1911 function creates an outf_p only once per each output_name, so it
1926 * the output_name, with $1 ... $9 for
2011 output_name and get_file_basename to compute their for_name
2017 output_name and get_file_basename to compute their for_name
2022 /* Common header files get "gtype-desc.c" as their output_name,
2053 /* The header is language specific. Given output_name &
2064 output_name is "gtype-desc.c" file. The calling function
2076 * get_file_gtfilename to compute their output_name and
2077 * get_file_basename to compute their for_name. The output_name is
2162 char *output_name = NULL;
2219 output_name = NULL;
2238 output_name =
2241 DBGPRINTF ("output_name %s", output_name);
2246 DBGPRINTF ("before action rulix#%d output_name %s for_name %s",
2247 rulix, output_name, for_name);
2250 &output_name, &for_name);
2251 DBGPRINTF ("after action rulix#%d of=%p output_name %s for_name %s",
2252 rulix, (void*)of, output_name, for_name);
2263 output_name or for_name. We break out of the loop on the
2277 if (!output_name || !for_name)
2287 if (filename_cmp (r->name, output_name) == 0)
2290 DBGPRINTF ("found r @ %p for output_name %s for_name %s", (void*)r,
2291 output_name, for_name);
2296 r = create_file (for_name, output_name);
2299 DBGPRINTF ("created r @ %p for output_name %s for_name %s", (void*) r,
2300 output_name, for_name);