Home
last modified time | relevance | path

Searched refs:dirSearchPath (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/bmake/
H A Ddir.c237 SearchPath dirSearchPath = { LST_INIT }; /* main search path */ variable
522 SearchPath_Clear(&dirSearchPath); in Dir_End()
542 if ((ln = dirSearchPath.dirs.first) != NULL) { in Dir_SetPATH()
557 for (ln = dirSearchPath.dirs.first; ln != NULL; ln = ln->next) { in Dir_SetPATH()
1544 for (ln = dirSearchPath.dirs.first; ln != NULL; ln = ln->next) { in Dir_CopyDirSearchPath()
H A Dsuff.c481 SearchPath_AddAll(nullSuff->searchPath, &dirSearchPath); in Suff_ClearSuffixes()
864 SearchPath_AddAll(suff->searchPath, &dirSearchPath); in Suff_ExtendPaths()
1434 return &dirSearchPath; /* Use default search path */ in Suff_FindPath()
1720 targ == NULL ? &dirSearchPath : targ->suff->searchPath); in FindDepsRegularPath()
H A Dparse.c944 Lst_Append(*inout_paths, &dirSearchPath); in HandleDependencyTargetSpecial()
1194 fullname = Dir_FindFile(newName, &dirSearchPath); in FindInDirOfIncludingFile()
1216 fullname = Dir_FindFile(file, &dirSearchPath); in FindInQuotPath()
H A Darch.c374 SearchPath_Expand(&dirSearchPath, mem.str, &members); in Arch_ParseArchive()
H A Dmake.h634 extern SearchPath dirSearchPath;
H A Dcond.c310 path = Dir_FindFile(file, &dirSearchPath); in FuncExists()
H A Dmain.c1279 (void)SearchPath_Add(&dirSearchPath, path); in InitVpath()
H A DChangeLog1773 o reduce memory allocation for dirSearchPath, GNode.parents,