Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dformat-table.c138 …size_t cell_height_max; /* Maximum number of lines per cell. (If there are more, ellipsis is shown… member
169 .cell_height_max = SIZE_MAX, in table_new_raw()
1089 t->cell_height_max = height; in table_set_cell_height_max()
1857 if (table->cell_height_max != SIZE_MAX) { in table_data_requested_width_height()
1858 r = string_truncate_lines(t, table->cell_height_max, &truncated); in table_data_requested_width_height()
2072 assert_se(t->cell_height_max > 0); in table_print()
2073 r = string_extract_line(field, t->cell_height_max-1, &last); in table_print()
2273 … if ((t->cell_height_max == SIZE_MAX || n_subline + 1 < t->cell_height_max)) in table_print()