Home
last modified time | relevance | path

Searched defs: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
1055 FindFileRelative(SearchPath *path, bool seenDotLast, in FindFileRelative()
1117 FindFileAbsolute(SearchPath *path, bool seenDotLast, in FindFileAbsolute()
1167 bool seenDotLast = isinclude; /* true if we should search dot last */ in FindFile() local