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

/freebsd-11-stable/usr.bin/gencat/
H A Dgencat.c95 struct _setT { struct
98 LIST_ENTRY(_setT) entries;
101 static LIST_HEAD(sethead, _setT) sethead;
102 static struct _setT *curSet;
488 struct _setT *set;
584 struct _setT *p, *q;
602 p = xmalloc(sizeof(struct _setT));
603 memset(p, '\0', sizeof(struct _setT));
659 struct _setT *set;

Completed in 46 milliseconds