Home
last modified time | relevance | path

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

/freebsd/usr.bin/gencat/
H A Dgencat.c93 struct _setT { struct
96 LIST_ENTRY(_setT) entries; argument
99 static LIST_HEAD(sethead, _setT) sethead;
100 static struct _setT *curSet;
486 struct _setT *set;
582 struct _setT *p, *q;
600 p = xmalloc(sizeof(struct _setT));
601 memset(p, '\0', sizeof(struct _setT));
657 struct _setT *set;