Home
last modified time | relevance | path

Searched refs:CachedDir (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/bmake/
H A Ddir.c213 struct CachedDir { struct
287 static CachedDir *
304 static CachedDir *
343 CachedDir_Assign(CachedDir **var, CachedDir *dir) in CachedDir_Assign()
345 CachedDir *prev; in CachedDir_Assign()
382 static CachedDir *
484 CachedDir *dir; in Dir_InitCur()
507 CachedDir *dir; in Dir_InitDot()
1320 CachedDir *dir; in Dir_FindFile()
1524 static CachedDir *
[all …]
H A Ddir.h78 typedef struct CachedDir CachedDir; typedef
91 CachedDir *SearchPath_Add(SearchPath *, const char *);
H A DChangeLog1165 add debug logging for reference counting of CachedDir
1192 migrate CachedDir.files from HashTable to HashSet