Lines Matching refs:hash_entry
46 struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];
47 struct hash_entry *sctbl[START_COND_HASH_SIZE];
48 struct hash_entry *ccltab[CCL_HASH_SIZE];
50 struct hash_entry *findsym();
66 struct hash_entry *sym_entry = table[hash_val];
67 struct hash_entry *new_entry;
68 struct hash_entry *successor;
81 new_entry = (struct hash_entry *)
82 flex_alloc( sizeof( struct hash_entry ) );
137 struct hash_entry *findsym( sym, table, table_size ) in findsym()
142 static struct hash_entry empty_entry =
144 (struct hash_entry *) 0, (struct hash_entry *) 0,
147 struct hash_entry *sym_entry =