HomeSort by: relevance | last modified time | path
    Searched defs:_setT (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/gencat/
gencat.c 105 struct _setT {
108 LIST_ENTRY(_setT) entries;
111 static LIST_HEAD(sethead, _setT) sethead = LIST_HEAD_INITIALIZER(sethead);
112 static struct _setT *curSet;
662 struct _setT *set;
754 struct _setT *p, *q;
773 p = xmalloc(sizeof(struct _setT));
774 memset(p, '\0', sizeof(struct _setT));
831 struct _setT *set;

Completed in 11 milliseconds