Home
last modified time | relevance | path

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

/freebsd-src/contrib/kyua/cli/
H A Dcmd_help.cpp112 std::map< std::string, text::table > command_tables; in general_help() local
119 command_tables.insert(std::map< std::string, text::table >::value_type( in general_help()
121 text::table& table = command_tables.find(category)->second; in general_help()
154 ui->out_table(command_tables.find(category)->second, formatter, " "); in general_help()