Searched refs:parseIncPath (Results 1 – 5 of 5) sorted by relevance
| /trueos/usr.bin/make/ |
| HD | globals.h | 64 extern struct Path parseIncPath;
|
| HD | parse.c | 141 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()
|
| HD | main.c | 315 name = Path_FindFile(fname, &parseIncPath); in ReadMakefile()
|
| /trueos/contrib/bmake/ |
| HD | parse.c | 283 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()
|
| HD | main.c | 209 extern Lst parseIncPath; 1475 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()
|