Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dparse.c250 SearchPath *parseIncPath; /* directories for "..." includes */ variable
1247 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()
H A Dmain.c485 SearchPath_Add(parseIncPath, argvalue); in MainParseOption()
1695 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()
H A Dmake.h637 extern SearchPath *parseIncPath;