Lines Matching refs:defmsg
295 message_ty *defmsg; in match_domain() local
300 defmsg = message_list_search (defmlp, refmsg->msgctxt, refmsg->msgid); in match_domain()
301 if (defmsg) in match_domain()
303 if (!include_untranslated && defmsg->msgstr[0] == '\0') in match_domain()
306 po_gram_error_at_line (&defmsg->pos, _("\ in match_domain()
309 else if (!include_fuzzies && defmsg->is_fuzzy && !is_header (defmsg)) in match_domain()
312 po_gram_error_at_line (&defmsg->pos, _("\ in match_domain()
316 defmsg->used = 1; in match_domain()
324 defmsg = in match_domain()
326 if (defmsg) in match_domain()
331 po_gram_error_at_line (&defmsg->pos, _("\ in match_domain()
333 defmsg->used = 1; in match_domain()
436 message_ty *defmsg = defmlp->item[j]; in compare() local
438 if (!defmsg->used) in compare()
439 po_gram_error_at_line (&defmsg->pos, in compare()