Searched refs:xlatp (Results 1 – 1 of 1) sorted by relevance
858 xml_xlate_t const * xlatp = xml_xlate; in get_special_char() local861 if ( (*ct >= xlatp->xml_len) in get_special_char()862 && (strncmp(pz, xlatp->xml_txt, (size_t)xlatp->xml_len) == 0)) { in get_special_char()863 *ppz += xlatp->xml_len; in get_special_char()864 *ct -= xlatp->xml_len; in get_special_char()865 return xlatp->xml_ch; in get_special_char()870 xlatp++; in get_special_char()883 xml_xlate_t const * xlatp = xml_xlate; in emit_special_char() local887 if (ch == xlatp->xml_ch) { in emit_special_char()888 fputs(xlatp->xml_txt, fp); in emit_special_char()[all …]