cmd_help
int cmd_help(int argc, char *argv[]);
{"help", cmd_help, help_usage, CMDFL_NO_KMOD},
{ "help", "[cmd]", "list commands/command help", cmd_help, NULL,
extern int cmd_help(uintptr_t, uint_t, int, const mdb_arg_t *);
elfedit_i18nhdl_t cmd_help;
(* mod->mod_i18nhdl_to_str)(cmd->cmd_help),
{ (elfedit_cmd_func_t *)cmd_help,
elfedit_i18nhdl_t cmd_help; /* Help text for the command */
elfedit_i18nhdl_t cmd_help;