Lines Matching refs:message
84 struct message { struct
87 struct message *next; argument
91 static struct message *message__list; argument
93 static struct message *message__new(const char *msg, char *option, in message__new()
96 struct message *self = malloc(sizeof(*self)); in message__new()
121 static struct message *mesage__find(const char *msg) in mesage__find()
123 struct message *m = message__list; in mesage__find()
134 static int message__add_file_line(struct message *self, const char *file, in message__add_file_line()
156 struct message *m = mesage__find(escaped); in message__add()
190 static void message__print_file_lineno(struct message *self) in message__print_file_lineno()
209 static void message__print_gettext_msgid_msgstr(struct message *self) in message__print_gettext_msgid_msgstr()
219 struct message *m = message__list; in menu__xgettext()