hashnum
unsigned hashnum = 0;
for (; hashnum < hash_table->tb_table_entry_count; ++hashnum) {
&hash_table->tb_entries[hashnum];
return hashnum(t, nvalue(key));
Node *n = hashnum(t, nk);