Searched refs:_table_width (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/kyua/utils/text/
H A Dtable.hpp98 std::size_t _table_width; member in class:utils::text::table_formatter
H A Dtable.cpp340 _table_width(0)
399 _table_width = table_width;
416 if (_table_width != 0)
417 refill_widths(widths, _table_width, _separator.length());

Completed in 120 milliseconds