Lines Matching refs:message
83 struct message { struct
86 struct message *next; argument
90 static struct message *message__list; argument
92 static struct message *message__new(const char *msg, char *option, in message__new()
95 struct message *self = malloc(sizeof(*self)); in message__new()
120 static struct message *mesage__find(const char *msg) in mesage__find()
122 struct message *m = message__list; in mesage__find()
133 static int message__add_file_line(struct message *self, const char *file, in message__add_file_line()
155 struct message *m = mesage__find(escaped); in message__add()
189 static void message__print_file_lineno(struct message *self) in message__print_file_lineno()
208 static void message__print_gettext_msgid_msgstr(struct message *self) in message__print_gettext_msgid_msgstr()
218 struct message *m = message__list; in menu__xgettext()