Home
last modified time | relevance | path

Searched refs:sysIncPath (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/bmake/
H A Dmain.c433 (void)SearchPath_Add(sysIncPath, found_path); in MainParseArgSysInc()
436 (void)SearchPath_Add(sysIncPath, argvalue); in MainParseArgSysInc()
1212 Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath, in ReadBuiltinRules()
1691 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs) in ReadMakefile()
1692 ? defSysIncPath : sysIncPath; in ReadMakefile()
H A Dparse.c251 SearchPath *sysIncPath; /* directories for <...> includes */ variable
1929 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
1930 ? defSysIncPath : sysIncPath; in IncludeFile()
2920 sysIncPath = SearchPath_New(); in Parse_Init()
2933 SearchPath_Free(sysIncPath); in Parse_End()
H A Dmake.h599 extern SearchPath *sysIncPath;
H A DChangeLog3286 o only read first sys.mk etc when searching sysIncPath - sjg