Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/kyua/cli/
H A Dcmd_help.cpp110 options_table.column_width(0); in general_help()
132 if (table.column_width(0) > first_width) in general_help()
133 first_width = table.column_width(0); in general_help()
187 std::max(general_table.column_width(0), command_table.column_width(0)); in subcommand_help()
/freebsd-13.1/contrib/kyua/utils/text/
H A Dtable_test.cpp87 ATF_REQUIRE_EQ(4, table.column_width(0)); in ATF_TEST_CASE_BODY()
88 ATF_REQUIRE_EQ(8, table.column_width(1)); in ATF_TEST_CASE_BODY()
372 std::max(options_table.column_width(0), commands_table.column_width(0)); in ATF_TEST_CASE_BODY()
H A Dtable.hpp71 widths_vector::value_type column_width(const widths_vector::size_type)
H A Dtable.cpp262 text::table::column_width(const widths_vector::size_type column) const in column_width() function in text::table
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c3997 column_width = widths[type]; in default_column_width()
3999 return (column_width); in default_column_width()
4162 unsigned int column_width; in print_iostat_dashes() local
4165 column_width = force_column_width; in print_iostat_dashes()
4174 printf(" %.*s", column_width, in print_iostat_dashes()
4445 column_width, cb->cb_scripted); in print_iostat_histo()
4463 unsigned int column_width; in print_iostat_histos() local
4481 column_width = MAX(5, in print_iostat_histos()
4484 column_width = 5; in print_iostat_histos()
4649 printf(" %*c %*c", column_width, na, column_width, in print_iostat_default()
[all …]