Home
last modified time | relevance | path

Searched refs:_setT (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/gencat/
H A Dgencat.c105 struct _setT { struct
108 LIST_ENTRY(_setT) entries; argument
111 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()