Home
last modified time | relevance | path

Searched defs:start_dir (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/libcpp/
H A Dfiles.c146 cpp_dir *start_dir; member
508 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, in _cpp_find_file()
1106 search_cache (struct cpp_file_hash_entry *head, const cpp_dir *start_dir) in search_cache()
2008 cpp_dir *start_dir = search_path_head (pfile, fname, angle_brackets, type); in _cpp_has_header() local
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dfiles.c145 cpp_dir *start_dir; member
452 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brac… in _cpp_find_file()
972 search_cache (struct file_hash_entry *head, const cpp_dir *start_dir) in search_cache()