Lines Matching refs:SearchPath
411 typedef struct SearchPath {
413 } SearchPath;
611 extern SearchPath dirSearchPath;
613 extern SearchPath *parseIncPath;
618 extern SearchPath *sysIncPath;
620 extern SearchPath *defSysIncPath;
809 void Arch_FindLib(GNode *, SearchPath *);
834 MAKE_INLINE SearchPath * MAKE_ATTR_USE
837 SearchPath *path = bmake_malloc(sizeof *path);
842 void SearchPath_Free(SearchPath *);
908 SearchPath *Suff_GetPath(const char *) MAKE_ATTR_USE;
913 SearchPath *Suff_FindPath(GNode *) MAKE_ATTR_USE;