Searched refs:dirSearchPath (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/bmake/ |
| H A D | dir.c | 220 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 D | suff.c | 564 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 D | make.h | 384 extern Lst dirSearchPath; /* The list of directories to search when
|
| H A D | parse.c | 1363 (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 D | cond.c | 413 path = Dir_FindFile(arg, dirSearchPath); in CondDoExists()
|
| H A D | arch.c | 452 Dir_Expand(memName, dirSearchPath, members); in Arch_ParseArchive()
|
| H A D | main.c | 1471 (void)Dir_AddDir(dirSearchPath, path); in main()
|