Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Ddir.c538 bool seenDotLast = false; /* true if we should search '.' last */ in Dir_SetPATH() local
545 seenDotLast = true; in Dir_SetPATH()
550 if (!seenDotLast) { in Dir_SetPATH()
561 if (dir == dot && seenDotLast) in Dir_SetPATH()
566 if (seenDotLast) { in Dir_SetPATH()
1055 FindFileRelative(SearchPath *path, bool seenDotLast, in FindFileRelative() argument
1064 if (!seenDotLast) { in FindFileRelative()
1088 if (seenDotLast) { in FindFileRelative()
1117 FindFileAbsolute(SearchPath *path, bool seenDotLast, in FindFileAbsolute() argument
1125 if (!seenDotLast && cur != NULL && in FindFileAbsolute()
[all …]