Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dmain.c613 (void)Dir_AddDir(sysIncPath, found_path); in MainParseArgs()
615 (void)Dir_AddDir(sysIncPath, argvalue); in MainParseArgs()
1362 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath, in main()
1587 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath); in ReadMakefile()
H A Dparse.c289 Lst sysIncPath; /* dirs for <...> includes */ variable
2256 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath); in Parse_include_file()
3288 sysIncPath = Lst_Init(FALSE); in Parse_Init()
3304 Lst_Destroy(sysIncPath, Dir_Destroy); in Parse_End()
H A Dmake.h434 extern Lst sysIncPath; /* The system include path. */
H A DChangeLog1599 o only read first sys.mk etc when searching sysIncPath - sjg