Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/gencat/
H A Dgencat.c95 static struct _setT *curSet; variable
631 curSet = p; in MCAddSet()
639 if (!curSet) in MCAddMsg()
654 p = LIST_FIRST(&curSet->msghead); in MCAddMsg()
665 LIST_INSERT_HEAD(&curSet->msghead, p, entries); in MCAddMsg()
704 if (!curSet) in MCDelMsg()
707 msg = LIST_FIRST(&curSet->msghead); in MCDelMsg()