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

/freebsd-13-stable/contrib/bmake/
H A Ddir.c274 static CachedDir *dotLast = NULL; variable
481 CachedDir_Assign(&dotLast, CachedDir_New(".DOTLAST"));
533 CachedDir_Assign(&dotLast, NULL);
556 if (dir == dotLast) {
558 Global_Append(".PATH", dotLast->name);
571 if (dir == dotLast)
1090 if (dir == dotLast)
1155 if (dir == dotLast)
1212 if (dir == dotLast) {
1246 if (dir == dotLast)
[all...]

Completed in 112 milliseconds