Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/gencat/
H A Dgencat.c99 struct _msgT { struct
102 LIST_ENTRY(_msgT) entries; argument
107 LIST_HEAD(msghead, _msgT) msghead;
663 struct _msgT *msg; in MCWriteCat()
792 struct _msgT *p, *q; in MCAddMsg()
814 p = xmalloc(sizeof(struct _msgT)); in MCAddMsg()
815 memset(p, '\0', sizeof(struct _msgT)); in MCAddMsg()
832 struct _msgT *msg; in MCDelSet()
863 struct _msgT *msg; in MCDelMsg()