Searched refs:max_args_ (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | base_command.cpp | 52 const int max_args_, in command_proto() argument 57 _max_args(max_args_), in command_proto() 61 PRE(max_args_ == -1 || min_args_ <= max_args_); in command_proto() 172 const int max_args_, in base_command_no_data() argument 174 command_proto(name_, arg_list_, min_args_, max_args_, short_description_) in base_command_no_data()
|
H A D | base_command.ipp | 60 /// \param max_args_ The maximum number of arguments required by the command. 67 const int max_args_, 69 command_proto(name_, arg_list_, min_args_, max_args_, short_description_)
|