Searched refs:parseIncPath (Results 1 – 3 of 3) sorted by relevance
251 SearchPath *parseIncPath; /* directories for "..." includes */ variable1173 fullname = Dir_FindFile(newName, parseIncPath); in FindInDirOfIncludingFile()1195 fullname = Dir_FindFile(file, parseIncPath); in FindInQuotPath()1970 (void)SearchPath_Add(parseIncPath, dir); in Parse_AddIncludeDir()2951 parseIncPath = SearchPath_New(); in Parse_Init()2966 SearchPath_Free(parseIncPath); in Parse_End()
605 extern SearchPath *parseIncPath;
1702 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()