Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dxml.c1705 static XML_SYNONYM **xml_synonyms = NULL; variable
1718 if (STREQ (xml_synonyms[i]->from, index)) in xml_insert_indexterm()
1719 index = xstrdup (xml_synonyms[i]->to); in xml_insert_indexterm()
1973 if (!xml_synonyms[i]) in xml_synindex()
1984 xml_synonyms = (XML_SYNONYM **) xrealloc (xml_synonyms, in xml_synindex()
1988 xml_synonyms[slot] = xmalloc (sizeof (XML_SYNONYM)); in xml_synindex()
1989 xml_synonyms[slot]->from = xstrdup (from); in xml_synindex()
1990 xml_synonyms[slot]->to = xstrdup (to); in xml_synindex()