Searched refs:refmlp (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | msgcmp.c | 287 message_list_ty *defmlp, message_list_ty *refmlp, in match_domain() argument 292 for (j = 0; j < refmlp->nitems; j++) in match_domain() 297 refmsg = refmlp->item[j]; in match_domain() 402 message_list_ty *refmlp = ref->item[k]->messages; in compare() local 409 match_domain (fn1, fn2, defmlp, refmlp, &nerrors); in compare() 415 message_list_ty *refmlp = ref->item[0]->messages; in compare() local 423 match_domain (fn1, fn2, defmlp, refmlp, &nerrors); in compare()
|
| H A D | msgmerge.c | 1106 definitions_ty *definitions, message_list_ty *refmlp, in match_domain() argument 1127 xmalloc (refmlp->nitems * sizeof (struct search_result)); in match_domain() 1129 long int nn = refmlp->nitems; in match_domain() 1141 message_ty *refmsg = refmlp->item[jj]; in match_domain() 1179 for (j = 0; j < refmlp->nitems; j++) in match_domain() 1181 message_ty *refmsg = refmlp->item[j]; in match_domain() 1587 message_list_ty *refmlp = ref->item[k]->messages; in merge() local 1597 match_domain (fn1, fn2, &definitions, refmlp, resultmlp, in merge() 1604 message_list_ty *refmlp = ref->item[0]->messages; in merge() local 1619 match_domain (fn1, fn2, &definitions, refmlp, resultmlp, in merge()
|