Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.c1702 static XML_SYNONYM **xml_synonyms = NULL; variable
1715 if (STREQ (xml_synonyms[i]->from, index)) in xml_insert_indexterm()
1716 index = xstrdup (xml_synonyms[i]->to); in xml_insert_indexterm()
1969 if (!xml_synonyms[i]) in xml_synindex()
1980 xml_synonyms = (XML_SYNONYM **) xrealloc (xml_synonyms, in xml_synindex()
1984 xml_synonyms[slot] = xmalloc (sizeof (XML_SYNONYM)); in xml_synindex()
1985 xml_synonyms[slot]->from = xstrdup (from); in xml_synindex()
1986 xml_synonyms[slot]->to = xstrdup (to); in xml_synindex()