Searched refs:n_subline (Results 1 – 1 of 1) sorted by relevance
2242 size_t n_subline = 0; in table_print() local2268 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()