Home
last modified time | relevance | path

Searched refs:variable_expand (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dexpand.c416 variable_expand (char *line) in variable_expand() function
455 return variable_expand (line); in variable_expand_for_file()
463 result = variable_expand (line); in variable_expand_for_file()
Dvpath.c83 p = variable_expand ("$(strip $(VPATH))"); in build_vpath_lists()
115 p = variable_expand ("$(strip $(GPATH))"); in build_vpath_lists()
Dvariable.h113 extern char *variable_expand PARAMS ((char *line));
Dread.c768 p2 = variable_expand (p2); in eval()
1334 var = variable_expand (var); in do_define()
1625 s2 = variable_expand (s1); in conditional_line()
1674 s2 = variable_expand (s2); in conditional_line()
2095 char *buffer = variable_expand (""); in record_files()
Dfile.c489 char *buffer = variable_expand (""); in expand_deps()
529 char *buffer = variable_expand (""); in expand_deps()
Dremake.c1486 libpatterns = xstrdup (variable_expand ("$(strip $(.LIBPATTERNS))")); in library_search()
1498 char *libbuf = variable_expand (""); in library_search()
Dmain.c2584 value = variable_expand (varref); in decode_env_switches()