Searched refs:first_width (Results 1 – 1 of 1) sorted by relevance
374 size_t first_width = first.width + (prec - first.precision); in get_default_format() local382 first_width++; /* include space for '.' */ in get_default_format()383 size_t width = MAX (first_width, last_width); in get_default_format()