Searched refs:ui_ (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_test.cpp69 /// \param ui_ Object to interact with the I/O of the program.
70 print_hooks(cmdline::ui* ui_) : argument
71 _ui(ui_),
H A Dcmd_list.cpp67 /// \param ui_ The ui object to which to print the test cases.
69 progress_hooks(cmdline::ui* ui_, const bool verbose_) : argument
70 _ui(ui_),
H A Dcmd_report.cpp174 /// \param ui_ The user interface object of the caller command.
180 console_hooks(cmdline::ui* ui_, const fs::path& outfile_, argument
183 _writer(ui_, outfile_),
263 /// \param ui_ The UI object of the caller command.
265 cli::file_writer::file_writer(cmdline::ui* const ui_, const fs::path& path_) : argument
266 _ui(ui_), _output_path(path_)
H A Dcmd_report_html.cpp261 /// \param ui_ User interface object where to report progress.
265 html_hooks(cmdline::ui* ui_, const fs::path& directory_, argument
267 _ui(ui_),
/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dui.cpp233 /// \param ui_ The user interface object used to print the message.
237 cmdline::print_error(ui* ui_, const std::string& message) argument
241 ui_->err(F("%s: E: %s.") % cmdline::progname() % message);
247 /// \param ui_ The user interface object used to print the message.
251 cmdline::print_info(ui* ui_, const std::string& message) argument
255 ui_->err(F("%s: I: %s.") % cmdline::progname() % message);
261 /// \param ui_ The user interface object used to print the message.
265 cmdline::print_warning(ui* ui_, const std::string& message) argument
269 ui_->err(F("%s: W: %s.") % cmdline::progname() % message);
/netbsd-current/sys/kern/
H A Dkern_uidinfo.c62 #define _MEM(n) { # n, offsetof(struct uidinfo, ui_ ## n) }

Completed in 94 milliseconds