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

/ndk/sources/host-tools/make-3.81/
H A Dvariable.h114 extern char *variable_expand_for_file PARAMS ((char *line, struct file *file));
H A Dexpand.c454 variable_expand_for_file (char *line, struct file *file)
541 /* Like variable_expand_for_file, but the returned string is malloc'd.
554 value = variable_expand_for_file (line, file);
449 variable_expand_for_file (char *line, struct file *file) function
H A Dimplicit.c564 p2 = variable_expand_for_file (depname, file);
H A Dfile.c517 p = variable_expand_for_file (d->name, f);

Completed in 673 milliseconds