Searched refs:table_effective_width (Results 1 – 1 of 1) sorted by relevance
1984 … table_minimum_width, table_maximum_width, table_requested_width, table_effective_width, in table_print() local2122 table_effective_width = t->width; in table_print()2125 table_effective_width = table_requested_width; in table_print()2127 table_effective_width = MIN(table_requested_width, columns()); in table_print()2129 if (table_maximum_width != SIZE_MAX && table_effective_width > table_maximum_width) in table_print()2130 table_effective_width = table_maximum_width; in table_print()2132 if (table_effective_width < table_minimum_width) in table_print()2133 table_effective_width = table_minimum_width; in table_print()2138 if (table_effective_width >= table_requested_width) { in table_print()2144 extra = table_effective_width - table_requested_width; in table_print()[all …]