Searched refs:searchPath (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dsuff.c138 struct Path searchPath; /* Path for files with this suffix */ member in struct:Suff
285 Lst_Destroy(&s->searchPath, Dir_Destroy);
701 TAILQ_INIT(&s->searchPath);
725 * The searchPath for the desired suffix or NULL if the suffix isn't
740 return (&s->searchPath);
753 * The searchPath field of all the suffixes is extended by the
777 Path_Concat(&inIncludes, &s->searchPath);
782 Path_Concat(&inLibs, &s->searchPath);
785 Path_Concat(&s->searchPath, &dirSearchPath);
1042 &s->suff->searchPath)) !
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Dsuff.c162 Lst searchPath; /* The path along which files of this suffix member in struct:_Suff
446 Lst_Destroy(s->searchPath, Dir_Destroy);
974 s->searchPath = Lst_Init(FALSE);
1007 * The searchPath for the desired suffix or NULL if the suffix isn't
1025 return (s->searchPath);
1039 * The searchPath field of all the suffixes is extended by the
1065 if (!Lst_IsEmpty (s->searchPath)) {
1068 Dir_Concat(inIncludes, s->searchPath);
1073 Dir_Concat(inLibs, s->searchPath);
1076 Dir_Concat(s->searchPath, dirSearchPat
[all...]

Completed in 106 milliseconds