Lines Matching refs:SearchPath
434 typedef struct SearchPath { struct
436 } SearchPath; typedef
635 extern SearchPath dirSearchPath;
637 extern SearchPath *parseIncPath;
642 extern SearchPath *sysIncPath;
644 extern SearchPath *defSysIncPath;
833 void Arch_FindLib(GNode *, SearchPath *);
858 MAKE_INLINE SearchPath * MAKE_ATTR_USE
861 SearchPath *path = bmake_malloc(sizeof *path); in SearchPath_New()
866 void SearchPath_Free(SearchPath *);
935 SearchPath *Suff_GetPath(const char *) MAKE_ATTR_USE;
940 SearchPath *Suff_FindPath(GNode *) MAKE_ATTR_USE;