Searched refs:refmsg (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | msgcmp.c | 294 message_ty *refmsg; in match_domain() local 297 refmsg = refmlp->item[j]; in match_domain() 300 defmsg = message_list_search (defmlp, refmsg->msgctxt, refmsg->msgid); in match_domain() 325 message_list_search_fuzzy (defmlp, refmsg->msgctxt, refmsg->msgid); in match_domain() 328 po_gram_error_at_line (&refmsg->pos, _("\ in match_domain() 336 po_gram_error_at_line (&refmsg->pos, _("\ in match_domain()
|
| H A D | msgmerge.c | 1141 message_ty *refmsg = refmlp->item[jj]; in match_domain() local 1155 definitions_search (definitions, refmsg->msgctxt, refmsg->msgid); in match_domain() 1161 else if (!is_header (refmsg) in match_domain() 1168 refmsg->msgctxt, in match_domain() 1169 refmsg->msgid)) != NULL)) in match_domain() 1181 message_ty *refmsg = refmlp->item[j]; in match_domain() local 1192 message_ty *mp = message_merge (defmsg, refmsg, false); in match_domain() 1201 else if (!is_header (refmsg)) in match_domain() 1214 po_gram_error_at_line (&refmsg->pos, _("\ in match_domain() 1225 mp = message_merge (defmsg, refmsg, true); in match_domain() [all …]
|