Searched refs:_setT (Results 1 – 1 of 1) sorted by relevance
105 struct _setT { struct108 LIST_ENTRY(_setT) entries; argument111 static LIST_HEAD(sethead, _setT) sethead = LIST_HEAD_INITIALIZER(sethead);112 static struct _setT *curSet;662 struct _setT *set; in MCWriteCat()754 struct _setT *p, *q; in MCAddSet()773 p = xmalloc(sizeof(struct _setT)); in MCAddSet()774 memset(p, '\0', sizeof(struct _setT)); in MCAddSet()831 struct _setT *set; in MCDelSet()