Home
last modified time | relevance | path

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

/coreutils/src/
Dseq.c374 size_t first_width = first.width + (prec - first.precision); in get_default_format() local
382 first_width++; /* include space for '.' */ in get_default_format()
383 size_t width = MAX (first_width, last_width); in get_default_format()