_text
typedef struct _text TEXT;
TAILQ_HEAD(_texth, _text);
TAILQ_ENTRY(_text) q; /* Linked list of text structures. */
EDE ## _text = (LITERAL ""); \