Hash_CreateEntry
Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, Boolean *);
entry = Hash_CreateEntry(provide_hash, s, &new);
entry = Hash_CreateEntry(provide_hash, s, &new);
entry = Hash_CreateEntry(provide_hash, buffer, &new);
entry = Hash_CreateEntry(provide_hash, bl_list->s, &new);