Searched refs:SearchPath_Expand (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/bmake/ |
| H A D | dir.h | 86 void SearchPath_Expand(SearchPath *, const char *, StringList *);
|
| H A D | dir.c | 798 SearchPath_Expand(path, file, expansions); in DirExpandCurly() 892 SearchPath_Expand(SearchPath *path, const char *pattern, StringList *expansions) in SearchPath_Expand() function
|
| H A D | arch.c | 398 SearchPath_Expand(&dirSearchPath, mem.str, &members); in Arch_ParseArchive()
|
| H A D | main.c | 1211 SearchPath_Expand( in ReadBuiltinRules()
|
| H A D | suff.c | 1254 SearchPath_Expand(Suff_FindPath(cgn), cgn->name, &expansions); in ExpandWildcards()
|
| H A D | parse.c | 1045 SearchPath_Expand(emptyPath, targetName, &targetNames); in HandleDependencyTargetMundane()
|
| H A D | ChangeLog | 571 o rename Dir_Expand to SearchPath_Expand
|