Searched refs:xml_escape_n (Results 1 – 4 of 4) sorted by relevance
/external/bison/src/ |
D | print-xml.c | 485 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()
|
D | conflicts.c | 179 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()
|
D | print-xml.h | 26 char const *xml_escape_n (int n, char const *str);
|
/external/bison/ |
D | ChangeLog-2012 | 4592 (xml_escape_n): ... the static local variable buf here. 4676 (xml_escape_n): Don't bother checking for subscript error.
|