Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dparse.c288 Lst parseIncPath; /* dirs for "..." includes */ variable
2158 (void)Dir_AddDir(parseIncPath, dir); in Parse_AddIncludeDir()
2218 fullname = Dir_FindFile(newName, parseIncPath); in Parse_include_file()
2242 fullname = Dir_FindFile(file, parseIncPath); in Parse_include_file()
3287 parseIncPath = Lst_Init(FALSE); in Parse_Init()
3305 Lst_Destroy(parseIncPath, Dir_Destroy); in Parse_End()
H A Dmain.c213 extern Lst parseIncPath;
1584 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()