Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Ddir.c255 static CachedDir *dotLast = NULL; variable
461 CachedDir_Assign(&dotLast, CachedDir_New(".DOTLAST")); in Dir_Init()
521 CachedDir_Assign(&dotLast, NULL); in Dir_End()
544 if (dir == dotLast) { in Dir_SetPATH()
546 Global_Append(".PATH", dotLast->name); in Dir_SetPATH()
559 if (dir == dotLast) in Dir_SetPATH()
1077 if (dir == dotLast) in FindFileRelative()
1131 if (dir == dotLast) in FindFileAbsolute()
1182 if (dir == dotLast) { in FindFile()
1214 if (dir == dotLast) in FindFile()
[all …]
H A DChangeLog1781 fix the reference count of dotLast going negative
4677 Bug in handling of dotLast is fixed.