Searched refs:parseIncPath (Results 1 – 3 of 3) sorted by relevance
265 SearchPath *parseIncPath; /* directories for "..." includes */ variable1201 fullname = Dir_FindFile(newName, parseIncPath); in FindInDirOfIncludingFile()1223 fullname = Dir_FindFile(file, parseIncPath); in FindInQuotPath()2038 (void)SearchPath_Add(parseIncPath, dir); in Parse_AddIncludeDir()3065 parseIncPath = SearchPath_New(); in Parse_Init()3083 SearchPath_Free(parseIncPath); in Parse_End()
613 extern SearchPath *parseIncPath;
1690 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()