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

/freebsd-11-stable/contrib/bmake/
H A Ddir.c100 * Dir_SetPATH Set ${.PATH} to reflect state of dirSearchPath.
220 Lst dirSearchPath; /* main search path */ variable
350 dirSearchPath = Lst_Init(FALSE);
454 Dir_ClearPath(dirSearchPath);
455 Lst_Destroy(dirSearchPath, NULL);
476 if (Lst_Open(dirSearchPath) == SUCCESS) {
477 if ((ln = Lst_First(dirSearchPath)) != NULL) {
492 while ((ln = Lst_Next(dirSearchPath)) != NULL) {
507 Lst_Close(dirSearchPath);
1502 * search path dirSearchPath
[all...]
H A Dmake.h384 extern Lst dirSearchPath; /* The list of directories to search when
H A Dsuff.c565 Dir_Concat(suffNull->searchPath, dirSearchPath);
1054 * directories in dirSearchPath. If paths were specified for the
1090 Dir_Concat(s->searchPath, dirSearchPath);
1093 s->searchPath = Lst_Duplicate(dirSearchPath, Dir_CopyDir);
1780 return dirSearchPath;
2246 (targ == NULL ? dirSearchPath :
H A Dparse.c1331 * .PATH Have to set the dirSearchPath
1366 (void)Lst_AtEnd(paths, dirSearchPath);
2223 fullname = Dir_FindFile(newName, dirSearchPath);
2247 fullname = Dir_FindFile(file, dirSearchPath);
H A Darch.c452 Dir_Expand(memName, dirSearchPath, members);
H A Dcond.c418 path = Dir_FindFile(arg, dirSearchPath);
H A Dmain.c1473 (void)Dir_AddDir(dirSearchPath, path);

Completed in 88 milliseconds