Home
last modified time | relevance | path

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

/freebsd-head/contrib/bmake/
HDparse.c1206 SearchPath *suffPath; in FindInQuotPath() local
1212 (suffPath = Suff_GetPath(suff)) != NULL) in FindInQuotPath()
1213 fullname = Dir_FindFile(file, suffPath); in FindInQuotPath()