Searched refs:SearchPath_AddAll (Results 1 – 3 of 3) sorted by relevance
93 void SearchPath_AddAll(SearchPath *, SearchPath *);
502 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()
1678 SearchPath_AddAll(SearchPath *dst, SearchPath *src) in SearchPath_AddAll() function