Searched refs:SearchPath_Expand (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | dir.h | 89 void SearchPath_Expand(SearchPath *, const char *, StringList *);
|
H A D | dir.c | 800 SearchPath_Expand(path, file, expansions); in DirExpandCurly() 890 SearchPath_Expand(SearchPath *path, const char *pattern, StringList *expansions) in SearchPath_Expand() function
|
H A D | arch.c | 374 SearchPath_Expand(&dirSearchPath, mem.str, &members); in Arch_ParseArchive()
|
H A D | main.c | 1204 SearchPath_Expand( in ReadBuiltinRules()
|
H A D | suff.c | 1214 SearchPath_Expand(Suff_FindPath(cgn), cgn->name, &expansions); in ExpandWildcards()
|
H A D | parse.c | 1079 SearchPath_Expand(emptyPath, targetName, &targetNames); in HandleDependencyTargetMundane()
|
H A D | ChangeLog | 1574 o rename Dir_Expand to SearchPath_Expand
|