Searched refs:parseIncPath (Results 1 – 2 of 2) sorted by relevance
288 Lst parseIncPath; /* dirs for "..." includes */ variable2158 (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()
213 extern Lst parseIncPath;1584 name = Dir_FindFile(fname, parseIncPath); in ReadMakefile()