Searched refs:sysIncPath (Results 1 – 4 of 4) sorted by relevance
613 (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()
289 Lst sysIncPath; /* dirs for <...> includes */ variable2256 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()
434 extern Lst sysIncPath; /* The system include path. */
1599 o only read first sys.mk etc when searching sysIncPath - sjg