Searched refs:column_width (Results 1 – 8 of 8) sorted by relevance
268 int column_width; /* width of the first column in menus. */ in cm_listoffloats() local275 column_width = 43; in cm_listoffloats()281 column_width = 37; in cm_listoffloats()304 if (len + aux_chars_len > column_width in cm_listoffloats()311 if (len + aux_chars_len > column_width) in cm_listoffloats()316 len = column_width - aux_chars_len; in cm_listoffloats()330 len = column_width - sizeof ("..."); in cm_listoffloats()370 while (i < column_width + sizeof (" ") - 1) in cm_listoffloats()
108 options_table.column_width(0); in general_help()130 if (table.column_width(0) > first_width) in general_help()131 first_width = table.column_width(0); in general_help()183 std::max(general_table.column_width(0), command_table.column_width(0)); in subcommand_help()
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()
77 widths_vector::value_type column_width(const widths_vector::size_type)
262 text::table::column_width(const widths_vector::size_type column) const in column_width() function in text::table
572 int column_width = (output_width - 1) / 3; /* Don't write in last col! */ in cg_print_index() local665 starting_col += column_width; in cg_print_index()
2375 synced column_width with @printindex.