hash_entry
struct fileassoc_hash_entry *hash_entry;
hash_entry = &(tbl->tbl_hash[indx]);
LIST_FOREACH(faf, hash_entry, faf_list) {
struct fileassoc_hash_entry *hash_entry;
hash_entry = &(newtbl->tbl_hash[indx]);
LIST_INSERT_HEAD(hash_entry, faf, faf_list);
struct fileassoc_hash_entry *hash_entry;
hash_entry = &(tbl->tbl_hash[indx]);
LIST_INSERT_HEAD(hash_entry, faf, faf_list);
hash_entry();
static void hash_entry(void);