Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Ddir.h97 void SearchPath_AddAll(SearchPath *, SearchPath *);
H A Dsuff.c481 SearchPath_AddAll(nullSuff->searchPath, &dirSearchPath); in Suff_ClearSuffixes()
860 SearchPath_AddAll(includesPath, in Suff_ExtendPaths()
863 SearchPath_AddAll(libsPath, suff->searchPath); in Suff_ExtendPaths()
864 SearchPath_AddAll(suff->searchPath, &dirSearchPath); in Suff_ExtendPaths()
H A Ddir.c1610 SearchPath_AddAll(SearchPath *dst, SearchPath *src) in SearchPath_AddAll() function
H A Dmain.c1495 SearchPath_AddAll(sysIncPath, defSysIncPath); in main_ReadFiles()