Lines Matching refs:SearchPath
412 typedef struct SearchPath { struct
414 } SearchPath; argument
611 extern SearchPath dirSearchPath;
613 extern SearchPath *parseIncPath;
618 extern SearchPath *sysIncPath;
620 extern SearchPath *defSysIncPath;
807 void Arch_FindLib(GNode *, SearchPath *);
832 MAKE_INLINE SearchPath * MAKE_ATTR_USE
835 SearchPath *path = bmake_malloc(sizeof *path); in SearchPath_New()
840 void SearchPath_Free(SearchPath *);
898 SearchPath *Suff_GetPath(const char *) MAKE_ATTR_USE;
903 SearchPath *Suff_FindPath(GNode *) MAKE_ATTR_USE;