Home
last modified time | relevance | path

Searched refs:defSysIncPath (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bmake/
H A Dmain.c1157 * Add the directories from the colon-separated syspath to defSysIncPath. in InitVarMake()
1186 (void)SearchPath_Add(defSysIncPath, dir); in InitDefSysIncPath()
1190 (void)SearchPath_Add(defSysIncPath, start); in InitDefSysIncPath()
1205 Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath, in ReadBuiltinRules()
1495 SearchPath_AddAll(sysIncPath, defSysIncPath); in main_ReadFiles()
1699 ? defSysIncPath : sysIncPath; in ReadMakefile()
H A Dparse.c252 SearchPath *defSysIncPath; /* default for sysIncPath */ variable
1262 ? defSysIncPath : sysIncPath; in IncludeFile()
2944 defSysIncPath = SearchPath_New(); in Parse_Init()
2958 SearchPath_Free(defSysIncPath); in Parse_End()
H A Dmake.h643 extern SearchPath *defSysIncPath;
H A Ddir.c580 ? defSysIncPath : sysIncPath; in Dir_SetSYSPATH()
H A DChangeLog301 Also fix Dir_SetSYSPATH to use defSysIncPath if sysIncPath is empty.
1968 o rename defIncPath to defSysIncPath