Searched refs:option_ (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dexceptions.cpp75 /// \param option_ The option for which no argument was provided. The option
78 const std::string& option_) :
79 usage_error(F("Missing required argument for option %s") % option_),
80 _option(option_)
82 VALIDATE_OPTION_NAME(option_);
105 /// \param option_ The option to which an invalid argument was passed. The
110 const std::string& option_, const std::string& argument_,
113 option_ % reason_),
114 _option(option_),
118 VALIDATE_OPTION_NAME(option_);
77 missing_option_argument_error( const std::string& option_) argument
109 option_argument_value_error( const std::string& option_, const std::string& argument_, const std::string& reason_) argument
153 unknown_option_error( const std::string& option_) argument
[all...]
H A Dbase_command.cpp77 /// \param option_ The option to add. Must have been dynamically allocated.
81 cmdline::command_proto::add_option_ptr(const cmdline::base_option* option_) argument
84 _options.push_back(option_);
86 delete option_;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-option.c64 option_def_and_value (const option_def &option_, void *ctx_, argument
66 : option (option_),
70 clear_value (option_, value_);
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-option.c64 option_def_and_value (const option_def &option_, void *ctx_, argument
66 : option (option_),
70 clear_value (option_, value_);

Completed in 85 milliseconds