Searched refs:SearchPath_Expand (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/usr.bin/make/ |
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 | 326 SearchPath_Expand(&dirSearchPath, mem.str, &members); in Arch_ParseArchive()
|
H A D | suff.c | 1214 SearchPath_Expand(Suff_FindPath(cgn), cgn->name, &expansions); in ExpandWildcards()
|
H A D | main.c | 1189 SearchPath_Expand( in ReadBuiltinRules()
|
H A D | parse.c | 1074 SearchPath_Expand(emptyPath, targetName, &targetNames); in HandleDependencyTargetMundane()
|