HomeSort by: relevance | last modified time | path
    Searched defs:line_pp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/text-art/
canvas.cc 82 pretty_printer line_pp; local
83 line_pp.show_color = pp->show_color;
84 line_pp.url_format = pp->url_format;
99 m_style_mgr.print_any_style_changes (&line_pp,
104 pp_unicode_character (&line_pp, cell.get_code ());
108 pp_unicode_character (&line_pp, 0xFE0F);
111 m_style_mgr.print_any_style_changes (&line_pp, curr_style_id, 0);
113 /* Print from line_pp to pp, stripping trailing whitespace from
115 const char *line_buf = pp_formatted_text (&line_pp);
canvas.cc 82 pretty_printer line_pp; local
83 line_pp.show_color = pp->show_color;
84 line_pp.url_format = pp->url_format;
99 m_style_mgr.print_any_style_changes (&line_pp,
104 pp_unicode_character (&line_pp, cell.get_code ());
108 pp_unicode_character (&line_pp, 0xFE0F);
111 m_style_mgr.print_any_style_changes (&line_pp, curr_style_id, 0);
113 /* Print from line_pp to pp, stripping trailing whitespace from
115 const char *line_buf = pp_formatted_text (&line_pp);

Completed in 41 milliseconds