term_type
if (ft->c->term_type == NULL)
return (xstrdup(ft->c->term_type));
free(c->term_type);
c->term_type = xstrdup(tmp);