Searched refs:DirLookupSubdir (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/bmake/
H A Ddir.c990 DirLookupSubdir(CachedDir *dir, const char *name) function
1080 if ((file = DirLookupSubdir(dot, name)) != NULL)
1084 (file = DirLookupSubdir(cur, name)) != NULL)
1097 if ((file = DirLookupSubdir(dir, name)) != NULL)
1104 if ((file = DirLookupSubdir(dot, name)) != NULL)
1108 (file = DirLookupSubdir(cur, name)) != NULL)

Completed in 100 milliseconds