Lines Matching refs:pp_string

1318 	  pp_string (pp, colorize_start (pp_show_color (pp),  in pp_format()
1361 pp_string (pp, va_arg (*text->args_ptr, const char *)); in pp_format()
1453 pp_string (pp, colorize_start (pp_show_color (pp), "path")); in pp_format()
1457 pp_string (pp, colorize_stop (pp_show_color (pp))); in pp_format()
1519 pp_string (pp, args[chunk]); in pp_output_formatted_text()
1825 pp_string (pretty_printer *pp, const char *str) in pp_string() function
1928 pp_string (pp, open_quote); in pp_begin_quote()
1929 pp_string (pp, colorize_start (show_color, "quote")); in pp_begin_quote()
1938 pp_string (pp, colorize_stop (show_color)); in pp_end_quote()
1939 pp_string (pp, close_quote); in pp_end_quote()
2196 pp_string (pp, "\33]8;;"); in pp_begin_url()
2197 pp_string (pp, url); in pp_begin_url()
2198 pp_string (pp, "\33\\"); in pp_begin_url()
2201 pp_string (pp, "\33]8;;"); in pp_begin_url()
2202 pp_string (pp, url); in pp_begin_url()
2203 pp_string (pp, "\a"); in pp_begin_url()
2235 pp_string (pp, get_end_url_string (pp)); in pp_end_url()
2248 pp_string (&pp, "hello"); in test_basic_printing()
2250 pp_string (&pp, "world"); in test_basic_printing()
2467 pp_string (&pp, "the quick brown fox"); in test_prefixes_and_wrapping()
2469 pp_string (&pp, "jumps over the lazy dog"); in test_prefixes_and_wrapping()
2477 pp_string (&pp, "the quick brown fox"); in test_prefixes_and_wrapping()
2479 pp_string (&pp, "jumps over the lazy dog"); in test_prefixes_and_wrapping()
2487 pp_string (&pp, "the quick brown fox"); in test_prefixes_and_wrapping()
2489 pp_string (&pp, "jumps over the lazy dog"); in test_prefixes_and_wrapping()
2499 pp_string (&pp, "the quick brown fox jumps over the lazy dog"); in test_prefixes_and_wrapping()
2501 pp_string (&pp, "able was I ere I saw elba"); in test_prefixes_and_wrapping()
2513 pp_string (&pp, "the quick brown fox jumps over the lazy dog"); in test_prefixes_and_wrapping()
2515 pp_string (&pp, "able was I ere I saw elba"); in test_prefixes_and_wrapping()
2526 pp_string (&pp, "the quick brown fox jumps over the lazy dog"); in test_prefixes_and_wrapping()
2528 pp_string (&pp, "able was I ere I saw elba"); in test_prefixes_and_wrapping()
2546 pp_string (&pp, "This is a link"); in test_urls()
2556 pp_string (&pp, "This is a link"); in test_urls()
2566 pp_string (&pp, "This is a link"); in test_urls()