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

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

Completed in 42 milliseconds