Home
last modified time | relevance | path

Searched refs:file_hash_entry (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/gcclibs/libcpp/
HDfiles.c141 struct file_hash_entry struct
143 struct file_hash_entry *next; argument
164 static struct file_hash_entry *search_cache (struct file_hash_entry *head, argument
170 static struct file_hash_entry *new_file_hash_entry (cpp_reader *pfile);
417 struct file_hash_entry *entry, **hash_slot; in _cpp_find_file()
428 hash_slot = (struct file_hash_entry **) in _cpp_find_file()
928 static struct file_hash_entry *
929 search_cache (struct file_hash_entry *head, const cpp_dir *start_dir) in search_cache()
972 struct file_hash_entry *entry, **hash_slot; in make_cpp_dir()
975 hash_slot = (struct file_hash_entry **) in make_cpp_dir()
[all …]
HDinternal.h360 struct file_hash_entry *file_hash_entries;
/trueos/contrib/gcc/
HDtlink.c50 struct file_hash_entry *file;
56 typedef struct file_hash_entry struct
94 static struct file_hash_entry * file_hash_lookup (const char *);
138 static struct file_hash_entry *
147 struct file_hash_entry *v; in file_hash_lookup()
148 *e = v = XCNEW (struct file_hash_entry); in file_hash_lookup()
HDChangeLog-200217556 (struct file_hash_entry): Replace hash header with key field.