Lines Matching refs:out_wrap
140 ui->out_wrap(""); in general_help()
141 ui->out_wrap("Available general options:"); in general_help()
149 ui->out_wrap(""); in general_help()
150 ui->out_wrap(F("%s commands:") % in general_help()
155 ui->out_wrap(""); in general_help()
156 ui->out_wrap("See kyua(1) for more details."); in general_help()
176 ui->out_wrap(""); in subcommand_help()
177 ui->out_wrap(F("%s.") % command->short_description()); in subcommand_help()
190 ui->out_wrap(""); in subcommand_help()
191 ui->out_wrap("Available general options:"); in subcommand_help()
196 ui->out_wrap(""); in subcommand_help()
197 ui->out_wrap("Available command options:"); in subcommand_help()
201 ui->out_wrap(""); in subcommand_help()
202 ui->out_wrap(F("See kyua-%s(1) for more details.") % command->name()); in subcommand_help()