Searched refs:msgdomain_ty (Results 1 – 4 of 4) sorted by relevance
264 typedef struct msgdomain_ty msgdomain_ty; typedef265 struct msgdomain_ty struct271 extern msgdomain_ty * argument274 msgdomain_free (msgdomain_ty *mdp);280 msgdomain_ty **item;292 msgdomain_list_append (msgdomain_list_ty *mdlp, msgdomain_ty *mdp);
684 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;
225 msgdomain_equal (const msgdomain_ty *mdp1, const msgdomain_ty *mdp2, in msgdomain_equal()
2831 (msgdomain_ty): New type.