Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dparse.c265 SearchPath *parseIncPath; /* directories for "..." includes */ variable
1201 fullname = Dir_FindFile(newName, parseIncPath); in FindInDirOfIncludingFile()
1223 fullname = Dir_FindFile(file, parseIncPath); in FindInQuotPath()
2038 (void)SearchPath_Add(parseIncPath, dir); in Parse_AddIncludeDir()
3065 parseIncPath = SearchPath_New(); in Parse_Init()
3083 SearchPath_Free(parseIncPath); in Parse_End()
H A Dmake.h613 extern SearchPath *parseIncPath;
H A Dmain.c1690 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()