Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfloat.c268 int column_width; /* width of the first column in menus. */ in cm_listoffloats() local
275 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()
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help.cpp108 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()
/netbsd-src/external/bsd/kyua-cli/dist/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.hpp77 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
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dcg_print.c572 int column_width = (output_width - 1) / 3; /* Don't write in last col! */ in cg_print_index() local
665 starting_col += column_width; in cg_print_index()
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dcg_print.c572 int column_width = (output_width - 1) / 3; /* Don't write in last col! */ in cg_print_index() local
665 starting_col += column_width; in cg_print_index()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog2375 synced column_width with @printindex.