Searched refs:msgdomain_list_append (Results 1 – 3 of 3) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | message.c | 803 msgdomain_list_append (msgdomain_list_ty *mdlp, msgdomain_ty *mdp) in msgdomain_list_append() function 824 msgdomain_list_append (mdlp, mdlp2->item[j]); 842 msgdomain_list_append (mdlp, mdp); in msgdomain_list_sublist() 877 msgdomain_list_append (result, result_mdp); in msgdomain_list_copy() 880 msgdomain_list_append (result, mdp); in msgdomain_list_copy()
|
D | message.h | 360 msgdomain_list_append (msgdomain_list_ty *mdlp, msgdomain_ty *mdp);
|
D | ChangeLog.0 | 172 msgdomain_list_alloc, msgdomain_list_free, msgdomain_list_append, 185 msgdomain_list_free, msgdomain_list_append, 2834 (msgdomain_list_alloc, msgdomain_list_free, msgdomain_list_append, 2850 msgdomain_list_append, msgdomain_list_sublist): New functions.
|