Lines Matching refs:escape_html
2107 && ((!html && !xml) || escape_html) in reader_loop()
2132 && ((!html && !xml) || escape_html)) in reader_loop()
2224 if (html && escape_html) in reader_loop()
2232 if (html && escape_html) in reader_loop()
2234 else if (xml && escape_html) in reader_loop()
2242 if (html && escape_html) in reader_loop()
2244 else if (xml && escape_html) in reader_loop()
2585 int saved_escape_html = escape_html; in add_char()
2586 escape_html = 0; in add_char()
2588 escape_html = saved_escape_html; in add_char()
4038 int saved_escape_html = escape_html; in maybe_escaped_expansion()
4043 escape_html = do_html_escape; in maybe_escaped_expansion()
4050 escape_html = saved_escape_html; in maybe_escaped_expansion()