Home
last modified time | relevance | path

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

/trueos/contrib/bmake/
HDmain.c1211 (void)Dir_AddDir(defIncPath, start); in main()
1215 (void)Dir_AddDir(defIncPath, found_path); in main()
1232 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath, in main()
1478 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath); in ReadMakefile()
HDmake.h426 extern Lst defIncPath; /* The default include path. */
HDparse.c285 Lst defIncPath; /* default for sysIncPath */ variable
2158 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath); in Parse_include_file()
3125 defIncPath = Lst_Init(FALSE); in Parse_Init()
3139 Lst_Destroy(defIncPath, Dir_Destroy); in Parse_End()