Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h935 SearchPath *Suff_GetPath(const char *) MAKE_ATTR_USE;
H A Dparse.c1063 path = Suff_GetPath(suffixName); in HandleDependencyTargetPath()
1266 (suffPath = Suff_GetPath(suff)) != NULL) in FindInQuotPath()
H A Dsuff.c829 Suff_GetPath(const char *name) in Suff_GetPath() function