Symbol: CachedDir
tests/usr.bin/indent/fmt_decl.c
622
static CachedDir *dot = NULL;
tests/usr.bin/indent/fmt_decl.c
635
static CachedDir *
tests/usr.bin/indent/fmt_decl.c
650
static CachedDir *
tests/usr.bin/indent/fmt_decl.c
651
CachedDir_Ref(CachedDir *dir)
tests/usr.bin/indent/fmt_decl.c
684
CachedDir_Assign(CachedDir **var, CachedDir *dir)
usr.bin/make/dir.c
1002
DirLookupAbs(CachedDir *dir, const char *name, const char *base)
usr.bin/make/dir.c
1079
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
1133
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
1184
CachedDir *dir = path->dirs.first->datum;
usr.bin/make/dir.c
1216
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
1450
static CachedDir *
usr.bin/make/dir.c
1453
CachedDir *dir = NULL;
usr.bin/make/dir.c
1508
CachedDir *
usr.bin/make/dir.c
1517
CachedDir *pathDir = ln->datum;
usr.bin/make/dir.c
1527
CachedDir *dir = OpenDirs_Find(&openDirs, name);
usr.bin/make/dir.c
1548
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
1570
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
1587
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
1602
CachedDir *dir = Lst_Dequeue(&path->dirs);
usr.bin/make/dir.c
1618
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
1643
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
1655
const CachedDir *dir = ln->datum;
usr.bin/make/dir.c
254
static CachedDir *dot = NULL;
usr.bin/make/dir.c
256
static CachedDir *cur = NULL;
usr.bin/make/dir.c
258
static CachedDir *dotLast = NULL;
usr.bin/make/dir.c
276
static CachedDir *
usr.bin/make/dir.c
279
CachedDir *dir = bmake_malloc(sizeof *dir);
usr.bin/make/dir.c
293
static CachedDir *
usr.bin/make/dir.c
294
CachedDir_Ref(CachedDir *dir)
usr.bin/make/dir.c
307
CachedDir_Unref(CachedDir *dir)
usr.bin/make/dir.c
332
CachedDir_Assign(CachedDir **var, CachedDir *dir)
usr.bin/make/dir.c
334
CachedDir *prev;
usr.bin/make/dir.c
360
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
371
static CachedDir *
usr.bin/make/dir.c
379
OpenDirs_Add(OpenDirs *odirs, CachedDir *cdir)
usr.bin/make/dir.c
471
CachedDir *dir;
usr.bin/make/dir.c
494
CachedDir *dir;
usr.bin/make/dir.c
546
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
561
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
588
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
647
DirMatchFiles(const char *pattern, CachedDir *dir, StringList *expansions)
usr.bin/make/dir.c
821
CachedDir *dir = ln->datum;
usr.bin/make/dir.c
957
DirLookup(CachedDir *dir, const char *base)
usr.bin/make/dir.c
979
DirLookupSubdir(CachedDir *dir, const char *name)
usr.bin/make/dir.h
78
typedef struct CachedDir CachedDir;
usr.bin/make/dir.h
95
CachedDir *SearchPath_Add(SearchPath *, const char *);