Lines Matching defs:SearchPath
425 typedef struct SearchPath {
427 } SearchPath;
625 extern SearchPath dirSearchPath;
627 extern SearchPath *parseIncPath;
632 extern SearchPath *sysIncPath;
634 extern SearchPath *defSysIncPath;
823 void Arch_FindLib(GNode *, SearchPath *);
848 MAKE_INLINE SearchPath * MAKE_ATTR_USE
851 SearchPath *path = bmake_malloc(sizeof *path);
856 void SearchPath_Free(SearchPath *);
922 SearchPath *Suff_GetPath(const char *) MAKE_ATTR_USE;
927 SearchPath *Suff_FindPath(GNode *) MAKE_ATTR_USE;