Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dparse.c1260 SearchPath *suffPath; in FindInQuotPath() local
1266 (suffPath = Suff_GetPath(suff)) != NULL) in FindInQuotPath()
1267 fullname = Dir_FindFile(file, suffPath); in FindInQuotPath()