Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dformat-table.c2242 size_t n_subline = 0; in table_print() local
2268 r = string_extract_line(field, n_subline, &extracted); in table_print()
2273 … if ((t->cell_height_max == SIZE_MAX || n_subline + 1 < t->cell_height_max)) in table_print()
2375 n_subline ++; in table_print()