Searched refs:command_names (Results 1 – 1 of 1) sorted by relevance
117 const std::set< std::string >& command_names = (*iter).second; in general_help() local123 for (std::set< std::string >::const_iterator i2 = command_names.begin(); in general_help()124 i2 != command_names.end(); i2++) { in general_help()