Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dparse.c250 SearchPath *parseIncPath; /* directories for "..." includes */ variable
1840 (void)SearchPath_Add(parseIncPath, dir); in Parse_AddIncludeDir()
1889 fullname = Dir_FindFile(newName, parseIncPath); in IncludeFile()
1916 fullname = Dir_FindFile(file, parseIncPath); in IncludeFile()
2919 parseIncPath = SearchPath_New(); in Parse_Init()
2934 SearchPath_Free(parseIncPath); in Parse_End()
H A Dmake.h594 extern SearchPath *parseIncPath;
H A Dmain.c1689 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()