Searched refs:column_width (Results 1 – 1 of 1) sorted by relevance
1357 static char* format_strv_width(char **strv, size_t column_width) { in format_strv_width() argument1374 } else if (size_add(size_add(position, 1), our_len) <= column_width) { in format_strv_width()1390 …le_data_format(Table *t, TableData *d, bool avoid_uppercasing, size_t column_width, bool *have_sof… in table_data_format() argument1395 (d->type != TABLE_STRV_WRAPPED || d->formatted_for_width == column_width)) in table_data_format()1432 char *buf = format_strv_width(d->strv, column_width); in table_data_format()1437 d->formatted_for_width = column_width; in table_data_format()