Lines Matching refs:out_wrap
142 ui->out_wrap(""); in general_help()
143 ui->out_wrap("Available general options:"); in general_help()
151 ui->out_wrap(""); in general_help()
152 ui->out_wrap(F("%s commands:") % in general_help()
157 ui->out_wrap(""); in general_help()
158 ui->out_wrap("See kyua(1) for more details."); in general_help()
180 ui->out_wrap(""); in subcommand_help()
181 ui->out_wrap(F("%s.") % command->short_description()); in subcommand_help()
194 ui->out_wrap(""); in subcommand_help()
195 ui->out_wrap("Available general options:"); in subcommand_help()
200 ui->out_wrap(""); in subcommand_help()
201 ui->out_wrap("Available command options:"); in subcommand_help()
205 ui->out_wrap(""); in subcommand_help()
206 ui->out_wrap(F("See kyua-%s(1) for more details.") % command->name()); in subcommand_help()