Home
last modified time | relevance | path

Searched refs:variable_expand_for_file (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dexpand.c449 variable_expand_for_file (char *line, struct file *file) in variable_expand_for_file() function
548 value = variable_expand_for_file (line, file); in allocated_variable_expand_for_file()
Dvariable.h114 extern char *variable_expand_for_file PARAMS ((char *line, struct file *file));
Dimplicit.c562 p2 = variable_expand_for_file (depname, file); in pattern_search()
Dfile.c514 p = variable_expand_for_file (d->name, f); in expand_deps()
DChangeLog855 variable_expand_for_file() if the need_2nd_expansion is set.
1071 * variable.h (variable_expand_for_file): Declare.
1072 * expand.c (variable_expand_for_file): Remove static specifier.