Searched refs:sysIncPath (Results 1 – 5 of 5) sorted by relevance
454 (void)SearchPath_Add(sysIncPath, found_path); in MainParseArgSysInc()457 (void)SearchPath_Add(sysIncPath, argvalue); in MainParseArgSysInc()1197 Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath, in ReadBuiltinRules()1501 if (Lst_IsEmpty(&sysIncPath->dirs)) in main_ReadFiles()1502 SearchPath_AddAll(sysIncPath, defSysIncPath); in main_ReadFiles()1702 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs) in ReadMakefile()1703 ? defSysIncPath : sysIncPath; in ReadMakefile()
251 SearchPath *sysIncPath; /* directories for <...> includes */ variable1004 Lst_Append(*inout_paths, sysIncPath); in HandleDependencyTargetSpecial()1316 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()1317 ? defSysIncPath : sysIncPath; in IncludeFile()2958 sysIncPath = SearchPath_New(); in Parse_Init()2974 SearchPath_Free(sysIncPath); in Parse_End()
579 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in Dir_SetSYSPATH()580 ? defSysIncPath : sysIncPath; in Dir_SetSYSPATH()
644 extern SearchPath *sysIncPath;
590 Also fix Dir_SetSYSPATH to use defSysIncPath if sysIncPath is empty.591 o main.c: no need to set .DOTLAST in sysIncPath4578 o only read first sys.mk etc when searching sysIncPath - sjg