Home
last modified time | relevance | path

Searched refs:recursively_expand_for_file (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dvariable.h133 extern char *recursively_expand_for_file PARAMS ((struct variable *v,
135 #define recursively_expand(v) recursively_expand_for_file (v, NULL)
Dexpand.c99 recursively_expand_for_file (struct variable *v, struct file *file) in recursively_expand_for_file() function
Dvariable.c960 char *value = recursively_expand_for_file (v, file); in target_environment()
DChangeLog117 * expand.c (recursively_expand_for_file): Only set reading_file to
136 * expand.c (recursively_expand_for_file): Initialize `save' to
162 * expand.c (recursively_expand_for_file): Set expanding_var to the
1529 * expand.c (recursively_expand_for_file): If we're expanding a
2332 * expand.c (recursively_expand_for_file): Rename
2333 recursively_expand() to recursively_expand_for_file() and provide
2337 recursively_expand_for_file() with a NULL file pointer.