Home
last modified time | relevance | path

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

/coreutils/src/
Dptx.c258 static ptrdiff_t truncation_string_length; variable
1153 truncation_string_length = strlen (truncation_string); in fix_output_parameters()
1182 before_max_width -= 2 * truncation_string_length; in fix_output_parameters()
1185 keyafter_max_width -= 2 * truncation_string_length; in fix_output_parameters()
1196 keyafter_max_width -= 2 * truncation_string_length + 1; in fix_output_parameters()
1580 - (before_truncation ? truncation_string_length : 0) in output_one_dumb_line()
1582 - (tail_truncation ? truncation_string_length : 0)); in output_one_dumb_line()
1587 - (before_truncation ? truncation_string_length : 0)); in output_one_dumb_line()
1609 - (keyafter_truncation ? truncation_string_length : 0) in output_one_dumb_line()
1611 - (head_truncation ? truncation_string_length : 0)); in output_one_dumb_line()
[all …]