Searched defs:message (Results 1 – 2 of 2) sorted by relevance
83 struct message { struct86 struct message *next; argument90 static struct message *message__list; argument
392 static void text_insert_msg(const char *title, const char *message) in text_insert_msg()