Home
last modified time | relevance | path

Searched refs:options_table (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtable_test.cpp343 text::table options_table(2); in ATF_TEST_CASE_BODY() local
348 options_table.add_row(row); in ATF_TEST_CASE_BODY()
354 options_table.add_row(row); in ATF_TEST_CASE_BODY()
372 std::max(options_table.column_width(0), commands_table.column_width(0)); in ATF_TEST_CASE_BODY()
382 options_table); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help.cpp106 const text::table options_table = options_help(*options); in general_help() local
108 options_table.column_width(0); in general_help()
139 if (!options_table.empty()) { in general_help()
142 ui->out_table(options_table, formatter, " "); in general_help()
/netbsd-src/external/bsd/tmux/dist/
H A Dcmd-show-options.c218 for (oe = options_table; oe->name != NULL; oe++) { in cmd_show_options_all()
H A Dwindow-customize.c120 offset = ((const char *)oe - (const char *)options_table) / sizeof *options_table; in window_customize_get_tag()