Home
last modified time | relevance | path

Searched refs:maximum_length (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dpretty-print.c74 pp->maximum_length = pp_line_cutoff (pp); in pp_set_real_maximum_length()
81 pp->maximum_length = pp_line_cutoff (pp) + 32; in pp_set_real_maximum_length()
83 pp->maximum_length = pp_line_cutoff (pp); in pp_set_real_maximum_length()
677 pp_construct (pretty_printer *pp, const char *prefix, int maximum_length) in pp_construct() argument
685 pp_line_cutoff (pp) = maximum_length; in pp_construct()
736 return pp->maximum_length - pp->buffer->line_length; in pp_base_remaining_character_count_for_line()
H A Dpretty-print.h167 int maximum_length; member