Searched refs:width_refill (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/kyua/utils/text/ |
| H A D | table.cpp | 66 PRE_MSG(user_width == text::table_formatter::width_refill || in override_column_widths() 91 if (widths[i] == text::table_formatter::width_refill) in find_refill_column() 333 const std::size_t text::table_formatter::width_refill = member in text::table_formatter 361 if (width == width_refill) { in set_column_width() 364 PRE_MSG(_column_widths[i] != width_refill, in set_column_width()
|
| H A D | table_test.cpp | 326 .set_column_width(1, text::table_formatter::width_refill) in ATF_TEST_CASE_BODY() 335 .set_column_width(1, text::table_formatter::width_refill) in ATF_TEST_CASE_BODY() 381 .set_column_width(1, text::table_formatter::width_refill), in ATF_TEST_CASE_BODY() 391 .set_column_width(1, text::table_formatter::width_refill), in ATF_TEST_CASE_BODY()
|
| H A D | table.hpp | 112 static const std::size_t width_refill; member in utils::text::table_formatter
|
| /freebsd/contrib/kyua/cli/ |
| H A D | cmd_help.cpp | 138 formatter.set_column_width(1, text::table_formatter::width_refill); in general_help() 190 formatter.set_column_width(1, text::table_formatter::width_refill); in subcommand_help()
|
| /freebsd/contrib/kyua/utils/cmdline/ |
| H A D | ui_test.cpp | 314 formatter.set_column_width(1, text::table_formatter::width_refill); in ATF_TEST_CASE_BODY() 344 formatter.set_column_width(1, text::table_formatter::width_refill); in ATF_TEST_CASE_BODY()
|