Searched refs:command_help (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhelp.c47 char *command_help; local
51 command_help = grub_xasprintf ("%s %s", cmd->name, summary_translated);
52 if (!command_help)
55 grub_utf8_to_ucs4_alloc (command_help, &unicode_command_help,
92 grub_free (command_help);

Completed in 15 milliseconds