ht_insrep2
int ht_insrep2(struct hashtab *, const char *, const char *, void *, int);
#define ht_insert2(ht, nam1, nam2, val) ht_insrep2(ht, nam1, nam2, val, 0)
return ht_insrep2(ht, nam, NULL, val, replace);