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()2999 parseIncPath = SearchPath_New(); in Parse_Init()3017 SearchPath_Free(parseIncPath); in Parse_End()
485 SearchPath_Add(parseIncPath, argvalue); in MainParseOption()1695 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()
637 extern SearchPath *parseIncPath;