Home
last modified time | relevance | path

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

/trueos/usr.bin/make/
HDglobals.h64 extern struct Path parseIncPath;
HDparse.c141 struct Path parseIncPath = TAILQ_HEAD_INITIALIZER(parseIncPath); variable
1588 Path_AddDir(&parseIncPath, dir); in Parse_AddIncludeDir()
1668 fullname = Path_FindFile(file, &parseIncPath); in ParseTraditionalInclude()
2159 fullname = Path_FindFile(newName, &parseIncPath); in xparse_include()
2178 fullname = Path_FindFile(file, &parseIncPath); in xparse_include()
HDmain.c315 name = Path_FindFile(fname, &parseIncPath); in ReadMakefile()
/trueos/contrib/bmake/
HDparse.c283 Lst parseIncPath; /* dirs for "..." includes */ variable
2060 (void)Dir_AddDir(parseIncPath, dir); in Parse_AddIncludeDir()
2120 fullname = Dir_FindFile(newName, parseIncPath); in Parse_include_file()
2144 fullname = Dir_FindFile(file, parseIncPath); in Parse_include_file()
3123 parseIncPath = Lst_Init(FALSE); in Parse_Init()
3141 Lst_Destroy(parseIncPath, Dir_Destroy); in Parse_End()
HDmain.c209 extern Lst parseIncPath;
1475 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()