Home
last modified time | relevance | path

Searched refs:_max_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/kyua/utils/cmdline/
H A Dbase_command.cpp57 _max_args(max_args_), in command_proto()
111 if (_max_args != -1 && argc > _max_args) in parse_cmdline()
H A Dbase_command.hpp64 const int _max_args; member in utils::cmdline::command_proto