Searched refs:Suff_FindPath (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/bmake/
H A Dnonints.h156 Lst Suff_FindPath(GNode *);
H A Ddir.c1447 fullName = Dir_FindFile(gn->name, Suff_FindPath(gn));
1460 fullName = Dir_FindFile(cp, Suff_FindPath(gn));
H A Dsuff.c134 * Suff_FindPath Return the appropriate path to search in
1680 Dir_Expand(cgn->name, Suff_FindPath(cgn), explist);
1719 * Suff_FindPath --
1738 Suff_FindPath(GNode* gn)
1737 Suff_FindPath(GNode* gn) function
H A Dvar.c2800 newStr = Dir_FindFile(v->name, Suff_FindPath(gn));

Completed in 78 milliseconds