Home
last modified time | relevance | path

Searched refs:msgdomain_ty (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmessage.h264 typedef struct msgdomain_ty msgdomain_ty; typedef
265 struct msgdomain_ty struct
271 extern msgdomain_ty * argument
274 msgdomain_free (msgdomain_ty *mdp);
280 msgdomain_ty **item;
292 msgdomain_list_append (msgdomain_list_ty *mdlp, msgdomain_ty *mdp);
H A Dmessage.c684 msgdomain_ty*
687 msgdomain_ty *mdp; in msgdomain_alloc()
689 mdp = (msgdomain_ty *) xmalloc (sizeof (msgdomain_ty)); in msgdomain_alloc()
697 msgdomain_free (msgdomain_ty *mdp) in msgdomain_free()
715 (msgdomain_ty **) xmalloc (mdlp->nitems_max * sizeof (msgdomain_ty *)); in msgdomain_list_alloc()
737 msgdomain_list_append (msgdomain_list_ty *mdlp, msgdomain_ty *mdp) in msgdomain_list_append()
744 nbytes = mdlp->nitems_max * sizeof (msgdomain_ty *); in msgdomain_list_append()
775 msgdomain_ty *mdp = msgdomain_alloc (domain, mdlp->use_hashtable); in msgdomain_list_sublist()
793 msgdomain_ty *mdp;
819 msgdomain_ty *mdp;
H A Dmsgl-equal.c225 msgdomain_equal (const msgdomain_ty *mdp1, const msgdomain_ty *mdp2, in msgdomain_equal()
H A DChangeLog.02831 (msgdomain_ty): New type.