Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/gencat/
H A Dgencat.c82 struct _msgT { struct
85 LIST_ENTRY(_msgT) entries; argument
90 LIST_HEAD(msghead, _msgT) msghead;
506 struct _msgT *msg; in MCWriteCat()
637 struct _msgT *p, *q; in MCAddMsg()
661 p = xmalloc(sizeof(struct _msgT)); in MCAddMsg()
662 memset(p, '\0', sizeof(struct _msgT)); in MCAddMsg()
679 struct _msgT *msg; in MCDelSet()
702 struct _msgT *msg; in MCDelMsg()