Home
last modified time | relevance | path

Searched refs:SearchPath_AddAll (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/bmake/
H A Ddir.h93 void SearchPath_AddAll(SearchPath *, SearchPath *);
H A Dsuff.c502 SearchPath_AddAll(nullSuff->searchPath, &dirSearchPath); in Suff_ClearSuffixes()
894 SearchPath_AddAll(includesPath, in Suff_ExtendPaths()
899 SearchPath_AddAll(libsPath, suff->searchPath); in Suff_ExtendPaths()
901 SearchPath_AddAll(suff->searchPath, &dirSearchPath); in Suff_ExtendPaths()
H A Ddir.c1678 SearchPath_AddAll(SearchPath *dst, SearchPath *src) in SearchPath_AddAll() function