Searched defs:hash_table_entry_struct (Results 1 – 1 of 1) sorted by relevance
278 struct hash_table_entry_struct { struct279 hash_table_entry * hash_next; /* -> to secondary entries */280 const char * symbol; /* -> to the hashed string */281 union {284 } _info;