Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Ddir.c979 DirLookupSubdir(CachedDir *dir, const char *name) in DirLookupSubdir() function
1070 if ((file = DirLookupSubdir(dot, name)) != NULL) in FindFileRelative()
1074 (file = DirLookupSubdir(cur, name)) != NULL) in FindFileRelative()
1087 if ((file = DirLookupSubdir(dir, name)) != NULL) in FindFileRelative()
1094 if ((file = DirLookupSubdir(dot, name)) != NULL) in FindFileRelative()
1098 (file = DirLookupSubdir(cur, name)) != NULL) in FindFileRelative()