_setT
static struct _setT *curSet;
struct _setT *set;
struct _setT *p, *q;
p = xmalloc(sizeof(struct _setT));
memset(p, '\0', sizeof(struct _setT));
struct _setT *set;
LIST_ENTRY(_setT) entries;
static LIST_HEAD(sethead, _setT) sethead;