Searched refs:options_table (Results 1 – 9 of 9) sorted by relevance
343 text::table options_table(2); in ATF_TEST_CASE_BODY() local348 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()
106 const text::table options_table = options_help(*options); in general_help() local108 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()
218 for (oe = options_table; oe->name != NULL; oe++) { in cmd_show_options_all()
482 for (oe = options_table; oe->name != NULL; oe++) { in main()
673 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()
215 const struct options_table_entry options_table[] = { variable
120 offset = ((const char *)oe - (const char *)options_table) / sizeof *options_table; in window_customize_get_tag()
1665 for (oe = options_table; oe->name != NULL; oe++) { in status_prompt_complete_list()
2334 extern const struct options_table_entry options_table[];