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

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c55 file_hash_entry; at present no reference count is kept. */
141 struct file_hash_entry struct
143 struct file_hash_entry *next;
164 static struct file_hash_entry *search_cache (struct file_hash_entry *head,
170 static struct file_hash_entry *new_file_hash_entry (cpp_reader *pfile);
417 struct file_hash_entry *entry, **hash_slot;
428 hash_slot = (struct file_hash_entry **)
928 static struct file_hash_entry *
929 search_cache (struct file_hash_entry *hea
[all...]
H A Dinternal.h360 struct file_hash_entry *file_hash_entries;
/freebsd-11-stable/contrib/gcc/
H A Dtlink.c51 struct file_hash_entry *file;
57 typedef struct file_hash_entry
95 static struct file_hash_entry * file_hash_lookup (const char *);
139 static struct file_hash_entry *
148 struct file_hash_entry *v;
149 *e = v = XCNEW (struct file_hash_entry);
56 typedef struct file_hash_entry struct

Completed in 84 milliseconds