Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/cli/
H A Dcmd_help.cpp144 ui->out_table(options_table, formatter, " "); in general_help()
154 ui->out_table(command_tables.find(category)->second, formatter, " "); in general_help()
196 ui->out_table(general_table, formatter, " "); in subcommand_help()
202 ui->out_table(command_table, formatter, " "); in subcommand_help()
/freebsd/contrib/kyua/utils/cmdline/
H A Dui.hpp66 void out_table(const utils::text::table&, utils::text::table_formatter,
H A Dui_test.cpp317 ui.out_table(table, formatter, " "); in ATF_TEST_CASE_BODY()
347 ui.out_table(table, formatter, " "); in ATF_TEST_CASE_BODY()
H A Dui.cpp222 cmdline::ui::out_table(const text::table& table, in out_table() function in cmdline::ui