Searched refs:out_wrap (Results 1 – 4 of 4) sorted by relevance
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()[all …]
63 void out_wrap(const std::string&);
241 ui.out_wrap("This is a short message"); in ATF_TEST_CASE_BODY()252 ui.out_wrap("This is a short message"); in ATF_TEST_CASE_BODY()
170 cmdline::ui::out_wrap(const std::string& message) in out_wrap() function in cmdline::ui