Searched refs:seenDotLast (Results 1 – 1 of 1) sorted by relevance
538 bool seenDotLast = false; /* true if we should search '.' last */ in Dir_SetPATH() local545 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() argument1064 if (!seenDotLast) { in FindFileRelative()1088 if (seenDotLast) { in FindFileRelative()1117 FindFileAbsolute(SearchPath *path, bool seenDotLast, in FindFileAbsolute() argument1125 if (!seenDotLast && cur != NULL && in FindFileAbsolute()[all …]