Searched refs:dotLast (Results 1 – 2 of 2) sorted by relevance
255 static CachedDir *dotLast = NULL; variable461 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 …]
1781 fix the reference count of dotLast going negative4677 Bug in handling of dotLast is fixed.