Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/kyua-cli/dist/utils/text/
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/
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/
Dcmd-show-options.c218 for (oe = options_table; oe->name != NULL; oe++) { in cmd_show_options_all()
Dtmux.c482 for (oe = options_table; oe->name != NULL; oe++) { in main()
Doptions.c673 for (oe = options_table; oe->name != NULL; oe++) { in options_match()
816 for (oe = options_table; oe->name != NULL; oe++) { in options_scope_from_name()
Doptions-table.c215 const struct options_table_entry options_table[] = { variable
Dwindow-customize.c120 offset = ((const char *)oe - (const char *)options_table) / sizeof *options_table; in window_customize_get_tag()
Dstatus.c1665 for (oe = options_table; oe->name != NULL; oe++) { in status_prompt_complete_list()
Dtmux.h2334 extern const struct options_table_entry options_table[];