Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/
H A 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()
H A Dvpath.c83 p = variable_expand ("$(strip $(VPATH))"); in build_vpath_lists()
115 p = variable_expand ("$(strip $(GPATH))"); in build_vpath_lists()
H A Dvariable.h113 extern char *variable_expand PARAMS ((char *line));
H A 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()
H A Dfile.c489 char *buffer = variable_expand (""); in expand_deps()
529 char *buffer = variable_expand (""); in expand_deps()
H A Dremake.c1486 libpatterns = xstrdup (variable_expand ("$(strip $(.LIBPATTERNS))")); in library_search()
1498 char *libbuf = variable_expand (""); in library_search()