Home | History | Annotate | Download | only in make

Lines Matching refs:SearchPath

411 typedef struct SearchPath {
413 } SearchPath;
612 extern SearchPath dirSearchPath;
614 extern SearchPath *parseIncPath;
619 extern SearchPath *sysIncPath;
621 extern SearchPath *defSysIncPath;
810 void Arch_FindLib(GNode *, SearchPath *);
835 MAKE_INLINE SearchPath * MAKE_ATTR_USE
838 SearchPath *path = bmake_malloc(sizeof *path);
843 void SearchPath_Free(SearchPath *);
912 SearchPath *Suff_GetPath(const char *) MAKE_ATTR_USE;
917 SearchPath *Suff_FindPath(GNode *) MAKE_ATTR_USE;