Lines Matching refs:formatter
136 text::table_formatter formatter; in general_help() local
137 formatter.set_column_width(0, first_width); in general_help()
138 formatter.set_column_width(1, text::table_formatter::width_refill); in general_help()
139 formatter.set_separator(" "); in general_help()
144 ui->out_table(options_table, formatter, " "); in general_help()
154 ui->out_table(command_tables.find(category)->second, formatter, " "); in general_help()
188 text::table_formatter formatter; in subcommand_help() local
189 formatter.set_column_width(0, first_width); in subcommand_help()
190 formatter.set_column_width(1, text::table_formatter::width_refill); in subcommand_help()
191 formatter.set_separator(" "); in subcommand_help()
196 ui->out_table(general_table, formatter, " "); in subcommand_help()
202 ui->out_table(command_table, formatter, " "); in subcommand_help()