TYPE_REALLOC
TYPE_REALLOC(colorpair_t, have, sp->_color_pairs);
TYPE_REALLOC(NCURSES_SBOOL, to->num_Booleans, to->Booleans);
TYPE_REALLOC(NCURSES_INT2, to->num_Numbers, to->Numbers);
TYPE_REALLOC(char *, to->num_Strings, to->Strings);
TYPE_REALLOC(char *, total, tp->ext_Names);
TYPE_REALLOC(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans);
TYPE_REALLOC(NCURSES_INT2, tp->num_Numbers, tp->Numbers);
TYPE_REALLOC(char *, tp->num_Strings, tp->Strings);
TYPE_REALLOC(char *, (size_t) nb, from->ext_Names);
TYPE_REALLOC(char, TPS(out_size), TPS(out_buff)); \
TYPE_REALLOC(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans);
TYPE_REALLOC(NCURSES_INT2, tp->num_Numbers, tp->Numbers);
TYPE_REALLOC(char *, tp->num_Strings, tp->Strings);
TYPE_REALLOC(char *, actual, tp->ext_Names);
TYPE_REALLOC(NCURSES_SBOOL, ptr->num_Booleans, ptr->Booleans);
TYPE_REALLOC(NCURSES_INT2, ptr->num_Numbers, ptr->Numbers);
TYPE_REALLOC(char *, ptr->num_Strings, ptr->Strings);