Searched refs:options_table (Results 1 – 4 of 4) 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()
120 offset = ((const char *)oe - (const char *)options_table) / sizeof *options_table; in window_customize_get_tag()