Lines Matching refs:formatter
134 text::table_formatter formatter; in general_help() local
135 formatter.set_column_width(0, first_width); in general_help()
136 formatter.set_column_width(1, text::table_formatter::width_refill); in general_help()
137 formatter.set_separator(" "); in general_help()
142 ui->out_table(options_table, formatter, " "); in general_help()
152 ui->out_table(command_tables.find(category)->second, formatter, " "); in general_help()
184 text::table_formatter formatter; in subcommand_help() local
185 formatter.set_column_width(0, first_width); in subcommand_help()
186 formatter.set_column_width(1, text::table_formatter::width_refill); in subcommand_help()
187 formatter.set_separator(" "); in subcommand_help()
192 ui->out_table(general_table, formatter, " "); in subcommand_help()
198 ui->out_table(command_table, formatter, " "); in subcommand_help()