Searched refs:column_width (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterFlags.cpp | 112 unsigned column_width) { in FormatCell() argument 113 unsigned pad = column_width - content.GetString().size(); in FormatCell() 154 unsigned column_width = position.GetString().size(); in AsTable() local 156 if (name_width > column_width) in AsTable() 157 column_width = name_width; in AsTable() 164 if (current_width && ((current_width + column_width + 1) >= max_width)) { in AsTable() 174 StreamString aligned_position = FormatCell(position, column_width); in AsTable() 177 grid << '|' << std::string(column_width, '-'); in AsTable() 179 StreamString aligned_name = FormatCell(name, column_width); in AsTable() 183 current_width += column_width + 1; in AsTable()
|
| /freebsd-14.2/contrib/kyua/cli/ |
| H A D | cmd_help.cpp | 110 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-14.2/contrib/kyua/utils/text/ |
| H A D | table_test.cpp | 87 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 D | table.hpp | 71 widths_vector::value_type column_width(const widths_vector::size_type)
|
| H A D | table.cpp | 262 text::table::column_width(const widths_vector::size_type column) const in column_width() function in text::table
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 4244 column_width = widths[type]; in default_column_width() 4246 return (column_width); in default_column_width() 4409 unsigned int column_width; in print_iostat_dashes() local 4412 column_width = force_column_width; in print_iostat_dashes() 4421 printf(" %.*s", column_width, in print_iostat_dashes() 4727 column_width, cb->cb_scripted); in print_iostat_histo() 4745 unsigned int column_width; in print_iostat_histos() local 4763 column_width = MAX(5, in print_iostat_histos() 4766 column_width = 5; in print_iostat_histos() 4931 printf(" %*c %*c", column_width, na, column_width, in print_iostat_default() [all …]
|