Searched refs:defmsg (Results 1 – 2 of 2) sorted by relevance
295 message_ty *defmsg; in match_domain() local300 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()[all …]
1142 message_ty *defmsg; in match_domain() local1154 defmsg = in match_domain()1156 if (defmsg != NULL) in match_domain()1158 search_results[jj].found = defmsg; in match_domain()1166 && ((defmsg = in match_domain()1171 search_results[jj].found = defmsg; in match_domain()1187 message_ty *defmsg = search_results[j].found; in match_domain() local1192 message_ty *mp = message_merge (defmsg, refmsg, false); in match_domain()1198 defmsg->used = 1; in match_domain()1209 message_ty *defmsg = search_results[j].found; in match_domain() local[all …]