Lines Matching refs:cpp_dir
45 cpp_dir **dirp);
185 cpp_dir* dir;
198 add_framework (const char *name, size_t len, cpp_dir *dir) in add_framework()
230 static struct cpp_dir*
262 framework_construct_pathname (const char *fname, cpp_dir *dir) in framework_construct_pathname()
266 cpp_dir *fast_dir; in framework_construct_pathname()
343 struct cpp_dir *fast_dir; in find_subframework_file()
344 static struct cpp_dir subframe_dir; in find_subframework_file()
426 cpp_dir *p; in add_system_framework_path()
428 p = XNEW (cpp_dir); in add_system_framework_path()
444 cpp_dir *p; in add_framework_path()
446 p = XNEW (cpp_dir); in add_framework_path()
533 find_subframework_header (cpp_reader *pfile, const char *header, cpp_dir **dirp) in find_subframework_header()