Home
last modified time | relevance | path

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

/dflybsd-src/contrib/bmake/
H A Dparse.c251 SearchPath *parseIncPath; /* directories for "..." includes */ variable
1173 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()
H A Dmake.h605 extern SearchPath *parseIncPath;
H A Dmain.c1702 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()