Searched refs:start_dir (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c144 cpp_dir *start_dir; member in struct:file_hash_entry
165 const cpp_dir *start_dir);
415 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brackets) argument
425 if (start_dir == NULL)
434 entry = search_cache (*hash_slot, start_dir);
438 file = make_cpp_file (pfile, start_dir, fname);
507 entry->start_dir = start_dir;
514 && pfile->bracket_include != start_dir
519 entry->start_dir
929 search_cache(struct file_hash_entry *head, const cpp_dir *start_dir) argument
[all...]

Completed in 114 milliseconds