Home
last modified time | relevance | path

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

/minix3/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help.cpp180 const text::table command_table = options_help(command->options()); in subcommand_help() local
183 std::max(general_table.column_width(0), command_table.column_width(0)); in subcommand_help()
195 if (!command_table.empty()) { in subcommand_help()
198 ui->out_table(command_table, formatter, " "); in subcommand_help()
/minix3/external/bsd/top/dist/
H A Dcommands.c945 command command_table[] = { variable
998 c = command_table; in cmd_help()
1063 c = command_table; in command_process()