Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Ddir.c976 DirLookupSubdir(CachedDir *dir, const char *name) in DirLookupSubdir() function
1067 if ((file = DirLookupSubdir(dot, name)) != NULL) in FindFileRelative()
1071 (file = DirLookupSubdir(cur, name)) != NULL) in FindFileRelative()
1084 if ((file = DirLookupSubdir(dir, name)) != NULL) in FindFileRelative()
1091 if ((file = DirLookupSubdir(dot, name)) != NULL) in FindFileRelative()
1095 (file = DirLookupSubdir(cur, name)) != NULL) in FindFileRelative()