_msg
typedef struct _msg MSGS;
LIST_HEAD(_msgh, _msg);
LIST_ENTRY(_msg) q; /* Linked list of messages. */
#define SYNTAX_ASSERT(_cond, _msg) \
errmsg = (_msg); \