Searched refs:compendiums (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgmerge.c91 /* List of user-specified compendiums. */
92 static message_list_list_ty *compendiums; variable
596 if (compendiums == NULL)
598 compendiums = message_list_list_alloc ();
603 message_list_list_append (compendiums, mdlp->item[k]->messages);
612 - The compendiums.
618 from the compendiums. Each message list has a built-in hash table,
621 /* A fuzzy index of the compendiums, for speed when doing fuzzy searches.
622 Used only if use_fuzzy_matching is true and compendiums != NULL. */
627 /* The canonical encoding of the compendiums
[all...]

Completed in 34 milliseconds