Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dmake.h898 SearchPath *Suff_GetPath(const char *) MAKE_ATTR_USE;
H A Dparse.c1017 path = Suff_GetPath(suffixName); in HandleDependencyTargetPath()
1220 (suffPath = Suff_GetPath(suff)) != NULL) in FindInQuotPath()
H A Dsuff.c862 Suff_GetPath(const char *name) in Suff_GetPath() function