HomeSort by: relevance | last modified time | path
    Searched defs:CachedDir (Results 1 - 2 of 2) 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...]

Completed in 48 milliseconds