Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dexpand.c177 value = (v->recursive ? recursively_expand (v) : v->value); in reference_variable()
330 ? recursively_expand (v) in variable_expand_string()
Dvariable.h135 #define recursively_expand(v) recursively_expand_for_file (v, NULL) macro
Dmain.c1614 char *shell_path = recursively_expand(shv); in main()
DChangeLog2333 recursively_expand() to recursively_expand_for_file() and provide
2336 * variable.h (recursively_expand): Make this a macro that invokes
2353 * expand.c (recursively_expand): If we detect recursive expansion