HomeSort by: relevance | last modified time | path
    Searched refs:_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;
663 struct _setT *set;
755 struct _setT *p, *q;
774 p = xmalloc(sizeof(struct _setT));
775 memset(p, '\0', sizeof(struct _setT));
832 struct _setT *set;

Completed in 37 milliseconds