Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Ddir.c220 Lst dirSearchPath; /* main search path */ variable
350 dirSearchPath = Lst_Init(FALSE); in Dir_Init()
454 Dir_ClearPath(dirSearchPath); in Dir_End()
455 Lst_Destroy(dirSearchPath, NULL); in Dir_End()
476 if (Lst_Open(dirSearchPath) == SUCCESS) { in Dir_SetPATH()
477 if ((ln = Lst_First(dirSearchPath)) != NULL) { in Dir_SetPATH()
492 while ((ln = Lst_Next(dirSearchPath)) != NULL) { in Dir_SetPATH()
507 Lst_Close(dirSearchPath); in Dir_SetPATH()
H A Dsuff.c564 Dir_Concat(suffNull->searchPath, dirSearchPath); in Suff_ClearSuffixes()
1089 Dir_Concat(s->searchPath, dirSearchPath); in Suff_DoPaths()
1092 s->searchPath = Lst_Duplicate(dirSearchPath, Dir_CopyDir); in Suff_DoPaths()
1779 return dirSearchPath; in Suff_FindPath()
2245 (targ == NULL ? dirSearchPath : in SuffFindNormalDeps()
H A Dmake.h384 extern Lst dirSearchPath; /* The list of directories to search when
H A Dparse.c1363 (void)Lst_AtEnd(paths, dirSearchPath); in ParseDoDependency()
2220 fullname = Dir_FindFile(newName, dirSearchPath); in Parse_include_file()
2244 fullname = Dir_FindFile(file, dirSearchPath); in Parse_include_file()
H A Dcond.c413 path = Dir_FindFile(arg, dirSearchPath); in CondDoExists()
H A Darch.c452 Dir_Expand(memName, dirSearchPath, members); in Arch_ParseArchive()
H A Dmain.c1471 (void)Dir_AddDir(dirSearchPath, path); in main()