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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c1274 hash_table_entry *hash_entry_p;
1276 hash_entry_p = lookup (filename_primary, filename);
1277 if (hash_entry_p->fip)
1278 return hash_entry_p->fip;
1301 hash_entry_p->fip = file_p;
1302 file_p->hash_entry = hash_entry_p;
1262 hash_table_entry *hash_entry_p; local

Completed in 67 milliseconds