Searched refs:short_name_ (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | options.cpp | 63 cmdline::base_option::base_option(const char short_name_, in base_option() argument 68 _short_name(short_name_), in base_option() 75 INV(short_name_ != '\0'); in base_option() 253 cmdline::bool_option::bool_option(const char short_name_, in bool_option() argument 256 base_option(short_name_, long_name_, description_) in bool_option() 281 cmdline::int_option::int_option(const char short_name_, in int_option() argument 286 base_option(short_name_, long_name_, description_, arg_name_, in int_option() 357 cmdline::list_option::list_option(const char short_name_, in list_option() argument 362 base_option(short_name_, long_name_, description_, arg_name_, in list_option() 425 cmdline::path_option::path_option(const char short_name_, in path_option() argument [all …]
|
| H A D | options_test.cpp | 55 mock_option(const char short_name_, const char* long_name_, in mock_option() argument 58 base_option(short_name_, long_name_, description_, arg_name_, in mock_option()
|