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

/freebsd-10.2-release/contrib/texinfo/makeinfo/
H A Dxml.c1702 static XML_SYNONYM **xml_synonyms = NULL;
1715 if (STREQ (xml_synonyms[i]->from, index))
1716 index = xstrdup (xml_synonyms[i]->to);
1969 if (!xml_synonyms[i])
1980 xml_synonyms = (XML_SYNONYM **) xrealloc (xml_synonyms,
1984 xml_synonyms[slot] = xmalloc (sizeof (XML_SYNONYM));
1985 xml_synonyms[slot]->from = xstrdup (from);
1986 xml_synonyms[slot]->to = xstrdup (to);
1700 static XML_SYNONYM **xml_synonyms = NULL; variable

Completed in 102 milliseconds