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

  /src/usr.bin/gencat/
gencat.c 112 static struct _setT *curSet;
786 curSet = p;
794 if (!curSet)
806 p = LIST_FIRST(&curSet->msghead);
818 LIST_INSERT_HEAD(&curSet->msghead, p, entries);
865 if (!curSet)
868 msg = LIST_FIRST(&curSet->msghead);
gencat.c 112 static struct _setT *curSet;
786 curSet = p;
794 if (!curSet)
806 p = LIST_FIRST(&curSet->msghead);
818 LIST_INSERT_HEAD(&curSet->msghead, p, entries);
865 if (!curSet)
868 msg = LIST_FIRST(&curSet->msghead);

Completed in 21 milliseconds