Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Ddir.c250 SearchPath dirSearchPath = { LST_INIT }; /* main search path */ variable
528 SearchPath_Clear(&dirSearchPath); in Dir_End()
548 if ((ln = dirSearchPath.dirs.first) != NULL) { in Dir_SetPATH()
563 for (ln = dirSearchPath.dirs.first; ln != NULL; ln = ln->next) { in Dir_SetPATH()
1621 for (ln = dirSearchPath.dirs.first; ln != NULL; ln = ln->next) { in Dir_CopyDirSearchPath()
H A Dsuff.c502 SearchPath_AddAll(nullSuff->searchPath, &dirSearchPath); in Suff_ClearSuffixes()
901 SearchPath_AddAll(suff->searchPath, &dirSearchPath); in Suff_ExtendPaths()
1487 return &dirSearchPath; /* Use default search path */ in Suff_FindPath()
1777 targ == NULL ? &dirSearchPath : targ->suff->searchPath); in FindDepsRegularPath()
H A Dparse.c953 Lst_Append(*inout_paths, &dirSearchPath); in HandleDependencyTargetSpecial()
1203 fullname = Dir_FindFile(newName, &dirSearchPath); in FindInDirOfIncludingFile()
1225 fullname = Dir_FindFile(file, &dirSearchPath); in FindInQuotPath()
H A Dmake.h611 extern SearchPath dirSearchPath;
H A Darch.c396 SearchPath_Expand(&dirSearchPath, mem.str, &members); in Arch_ParseArchive()
H A Dcond.c321 path = Dir_FindFile(file, &dirSearchPath); in FuncExists()
H A Dmain.c1284 (void)SearchPath_Add(&dirSearchPath, path); in InitVpath()
H A DChangeLog1154 o reduce memory allocation for dirSearchPath, GNode.parents,