HomeSort by: relevance | last modified time | path
    Searched refs:CachedDir (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/
dir.h 78 typedef struct CachedDir CachedDir;
94 CachedDir *SearchPath_Add(SearchPath *, const char *);
dir.c 80 * Dir_InitCur Set the cur CachedDir.
82 * Dir_InitDot Set the dot CachedDir.
138 * A search path is a list of CachedDir structures. A CachedDir has in it the
165 * 3) record the mtime of the directory in the CachedDir structure and
202 struct CachedDir {
251 static CachedDir *dot = NULL;
253 static CachedDir *cur = NULL;
255 static CachedDir *dotLast = NULL;
273 static CachedDir *
    [all...]
  /src/tests/usr.bin/indent/
fmt_decl.c 622 static CachedDir *dot = NULL;
635 static CachedDir *
646 * type names in declarations and generated 'CachedDir * dir' with an extra
650 static CachedDir *
651 CachedDir_Ref(CachedDir *dir)
680 * operator, therefore generating 'CachedDir * *var' with an extra space.
684 CachedDir_Assign(CachedDir **var, CachedDir *dir)

Completed in 16 milliseconds