Home
last modified time | relevance | path

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

/external/bison/src/
Dprint-xml.c485 xml_escape_n (int n, char const *str) in xml_escape_n() function
493 return xml_escape_n (0, str); in xml_escape()
508 xml_escape_n (0, VERSION), in print_xml()
509 xml_escape_n (1, PACKAGE_BUGREPORT), in print_xml()
510 xml_escape_n (2, PACKAGE_URL)); in print_xml()
Dconflicts.c179 xml_escape_n (0, r->prec->tag), in log_resolution()
180 xml_escape_n (1, symbols[token]->tag)); in log_resolution()
186 xml_escape_n (0, symbols[token]->tag), in log_resolution()
187 xml_escape_n (1, r->prec->tag)); in log_resolution()
Dprint-xml.h26 char const *xml_escape_n (int n, char const *str);
/external/bison/
DChangeLog-20124592 (xml_escape_n): ... the static local variable buf here.
4676 (xml_escape_n): Don't bother checking for subscript error.