Home
last modified time | relevance | path

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

/coreutils/src/
Dptx.c252 static ptrdiff_t before_max_width; variable
1145 before_max_width = half_line_width - gap_size; in fix_output_parameters()
1182 before_max_width -= 2 * truncation_string_length; in fix_output_parameters()
1183 if (before_max_width < 0) in fix_output_parameters()
1184 before_max_width = 0; in fix_output_parameters()
1314 while (before.start + before_max_width < before.end) in define_all_fields()
1336 = before_max_width - (before.end - before.start) - gap_size; in define_all_fields()