Home
last modified time | relevance | path

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

/freebsd-13.1/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()
1604 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()
1489 return &dirSearchPath; /* Use default search path */ in Suff_FindPath()
1779 targ == NULL ? &dirSearchPath : targ->suff->searchPath); in FindDepsRegularPath()
H A Dparse.c927 Lst_Append(*inout_paths, &dirSearchPath); in HandleDependencyTargetSpecial()
1892 &dirSearchPath); in IncludeFile()
1919 &dirSearchPath); in IncludeFile()
H A Dmake.h592 extern SearchPath dirSearchPath;
H A Darch.c398 SearchPath_Expand(&dirSearchPath, mem.str, &members); in Arch_ParseArchive()
H A Dcond.c315 path = Dir_FindFile(file, &dirSearchPath); in FuncExists()
H A Dmain.c1286 (void)SearchPath_Add(&dirSearchPath, path); in InitVpath()
H A DChangeLog770 o reduce memory allocation for dirSearchPath, GNode.parents,