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

/freebsd-13-stable/contrib/bmake/
H A Ddir.c550 Boolean seenDotLast = FALSE; /* true if we should search '.' last */ local
557 seenDotLast = TRUE;
562 if (!seenDotLast) {
573 if (dir == dot && seenDotLast)
578 if (seenDotLast) {
1068 FindFileRelative(SearchPath *path, Boolean seenDotLast, argument
1077 if (!seenDotLast) {
1101 if (seenDotLast) {
1130 FindFileAbsolute(SearchPath *path, Boolean const seenDotLast, argument
1149 if (!seenDotLast
1197 Boolean seenDotLast = FALSE; /* true if we should search dot last */ local
[all...]

Completed in 106 milliseconds