Searched refs:dirSearchPath (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | dir.c | 237 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 D | suff.c | 481 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 D | parse.c | 944 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 D | arch.c | 374 SearchPath_Expand(&dirSearchPath, mem.str, &members); in Arch_ParseArchive()
|
H A D | make.h | 634 extern SearchPath dirSearchPath;
|
H A D | cond.c | 310 path = Dir_FindFile(file, &dirSearchPath); in FuncExists()
|
H A D | main.c | 1279 (void)SearchPath_Add(&dirSearchPath, path); in InitVpath()
|
H A D | ChangeLog | 1773 o reduce memory allocation for dirSearchPath, GNode.parents,
|