Home
last modified time | relevance | path

Searched refs:defIncPath (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/bmake/
H A Dmain.c1341 (void)Dir_AddDir(defIncPath, start); in main()
1345 (void)Dir_AddDir(defIncPath, found_path); in main()
1362 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath, in main()
1587 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath); in ReadMakefile()
H A Dmake.h435 extern Lst defIncPath; /* The default include path. */
H A Dparse.c290 Lst defIncPath; /* default for sysIncPath */ variable
2256 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath); in Parse_include_file()
3289 defIncPath = Lst_Init(FALSE); in Parse_Init()
3303 Lst_Destroy(defIncPath, Dir_Destroy); in Parse_End()