Home
last modified time | relevance | path

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

/src/bin/ls/
H A Dprint.c183 size_t months_width[12]; in compute_abbreviated_month_size() local
191 months_width[i] = width; in compute_abbreviated_month_size()
197 padding_for_month[i] = month_max_size - months_width[i]; in compute_abbreviated_month_size()