Home
last modified time | relevance | path

Searched refs:parseIncPath (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.bin/make/
Dparse.c245 SearchPath *parseIncPath; /* directories for "..." includes */ variable
1188 fullname = Dir_FindFile(newName, parseIncPath); in FindInDirOfIncludingFile()
1210 fullname = Dir_FindFile(file, parseIncPath); in FindInQuotPath()
2939 parseIncPath = SearchPath_New(); in Parse_Init()
2957 SearchPath_Free(parseIncPath); in Parse_End()
Dmake.h614 extern SearchPath *parseIncPath;
Dmain.c477 SearchPath_Add(parseIncPath, argvalue); in MainParseOption()
1677 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()