Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/kyua/cli/
H A Dcmd_help.cpp117 const std::set< std::string >& command_names = (*iter).second; in general_help() local
123 for (std::set< std::string >::const_iterator i2 = command_names.begin(); in general_help()
124 i2 != command_names.end(); i2++) { in general_help()