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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c233 typedef struct hash_table_entry_struct hash_table_entry; typedef in typeref:struct:hash_table_entry_struct
243 static void rename_c_file (const hash_table_entry *);
247 static void connect_defs_and_decs (const hash_table_entry *);
252 static void visit_each_hash_node (const hash_table_entry *,
253 void (*)(const hash_table_entry *));
254 static hash_table_entry *add_symbol (hash_table_entry *, const char *);
255 static hash_table_entry *lookup (hash_table_entry *, const char *);
258 static void reverse_def_dec_list (const hash_table_entry *);
[all...]

Completed in 49 milliseconds