Home
last modified time | relevance | path

Searched refs:first_width (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/cli/
H A Dcmd_help.cpp109 text::widths_vector::value_type first_width = in general_help() local
132 if (table.column_width(0) > first_width) in general_help()
133 first_width = table.column_width(0); in general_help()
137 formatter.set_column_width(0, first_width); in general_help()
186 const text::widths_vector::value_type first_width = in subcommand_help() local
189 formatter.set_column_width(0, first_width); in subcommand_help()
/freebsd/contrib/kyua/utils/text/
H A Dtable_test.cpp371 const text::widths_vector::value_type first_width = in ATF_TEST_CASE_BODY() local
380 .set_column_width(0, first_width) in ATF_TEST_CASE_BODY()
390 .set_column_width(0, first_width) in ATF_TEST_CASE_BODY()
H A Doperations_test.cpp54 const std::size_t first_width, const std::size_t last_width) in refill_test() argument
56 for (std::size_t width = first_width; width <= last_width; ++width) { in refill_test()