Searched refs:out_table (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/kyua/cli/ |
H A D | cmd_help.cpp | 144 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 D | ui.hpp | 66 void out_table(const utils::text::table&, utils::text::table_formatter,
|
H A D | ui_test.cpp | 317 ui.out_table(table, formatter, " "); in ATF_TEST_CASE_BODY() 347 ui.out_table(table, formatter, " "); in ATF_TEST_CASE_BODY()
|
H A D | ui.cpp | 222 cmdline::ui::out_table(const text::table& table, in out_table() function in cmdline::ui
|