usr.bin/make/dir.h
103
extern char *Dir_FindFileComplexi(const char *, const char *, Lst, bool);
usr.bin/make/dir.h
104
#define Dir_FindFilei(n, e, p) Dir_FindFileComplexi(n, e, p, true)
usr.bin/make/dir.h
105
#define Dir_FindFileNoDoti(n, e, p) Dir_FindFileComplexi(n, e, p, false)