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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c880 is to capitalize them. So change "hash_tab_p" to HASH_TAB_P below.
884 table to traverse is given as the "hash_tab_p" argument, and the
889 visit_each_hash_node (const hash_table_entry *hash_tab_p,
894 for (primary = hash_tab_p; primary < &hash_tab_p[HASH_TABLE_SIZE]; primary++)
921 hash table indicated by "hash_tab_p". If the name is not in the
926 lookup (hash_table_entry *hash_tab_p, const char *search_symbol)
935 p = &hash_tab_p[hash_value];
881 visit_each_hash_node(const hash_table_entry *hash_tab_p, void (*func) (const hash_table_entry *)) argument
918 lookup(hash_table_entry *hash_tab_p, const char *search_symbol) argument

Completed in 54 milliseconds