Searched refs:parseIncPath (Results 1 – 3 of 3) sorted by relevance
250 SearchPath *parseIncPath; /* directories for "..." includes */ variable1247 fullname = Dir_FindFile(newName, parseIncPath); in FindInDirOfIncludingFile()1269 fullname = Dir_FindFile(file, parseIncPath); in FindInQuotPath()2957 parseIncPath = SearchPath_New(); in Parse_Init()2975 SearchPath_Free(parseIncPath); in Parse_End()
484 SearchPath_Add(parseIncPath, argvalue); in MainParseOption()1700 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()
639 extern SearchPath *parseIncPath;