Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/text/
H A Dtable.cpp66 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 Dtable_test.cpp326 .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 Dtable.hpp112 static const std::size_t width_refill; member in utils::text::table_formatter
/freebsd/contrib/kyua/cli/
H A Dcmd_help.cpp138 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 Dui_test.cpp314 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()