Lines Matching refs:cpp_dir
53 cpp_dir **dirp);
188 cpp_dir* dir;
201 add_framework (const char *name, size_t len, cpp_dir *dir) in add_framework()
233 static struct cpp_dir*
265 framework_construct_pathname (const char *fname, cpp_dir *dir) in framework_construct_pathname()
269 cpp_dir *fast_dir; in framework_construct_pathname()
346 struct cpp_dir *fast_dir; in find_subframework_file()
347 static struct cpp_dir subframe_dir; in find_subframework_file()
429 cpp_dir *p; in add_system_framework_path()
431 p = XNEW (cpp_dir); in add_system_framework_path()
447 cpp_dir *p; in add_framework_path()
449 p = XNEW (cpp_dir); in add_framework_path()
545 find_subframework_header (cpp_reader *pfile, const char *header, cpp_dir **dirp) in find_subframework_header()