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