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