Home
last modified time | relevance | path

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

/dragonfly/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()
1303 CachedDir *dir; in Dir_FindFile()
1507 static CachedDir *
[all …]
H A Ddir.h78 typedef struct CachedDir CachedDir; typedef
90 CachedDir *SearchPath_Add(SearchPath *, const char *);
H A DChangeLog954 add debug logging for reference counting of CachedDir
981 migrate CachedDir.files from HashTable to HashSet