Searched refs:subst_expand (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | variable.h | 127 extern char *subst_expand PARAMS ((char *o, char *text, char *subst, char *replace,
|
D | function.c | 77 subst_expand (char *o, char *text, char *subst, char *replace, in subst_expand() function 186 return subst_expand (o, text, pattern, replace, in patsubst_expand() 665 o = subst_expand (o, argv[2], argv[0], argv[1], strlen (argv[0]), in func_subst()
|
D | file.c | 491 o = subst_expand (buffer, d->name, "%", "$*", 1, 2, 0); in expand_deps()
|
D | ChangeLog | 1241 * function.c (subst_expand): Convert sindex() call to strstr(). 1256 patsubst_expand() instead of subst_expand(); the latter didn't 1258 * function.c (subst_expand): Remove the SUFFIX_ONLY parameter; it 1261 (func_subst): Ditto, on call to subst_expand(). 1265 * variable.h: Remove SUFFIX_ONLY from subst_expand() prototype. 1270 * function.c (subst_expand): Fix a check in by_word: look for a 1764 * function.c (subst_expand): Valery Khamenia reported a
|