Searched refs:opt_subcommands (Results 1 – 1 of 1) sorted by relevance
164 static struct bootmenu_command opt_subcommands[] = { variable748 for (i = 0; opt_subcommands[i].c_name != NULL; i++) { in command_option()749 if (strcmp(subcmd, opt_subcommands[i].c_name) == 0) { in command_option()750 opt_subcommands[i].c_fn(opt); in command_option()754 if (opt_subcommands[i].c_name == NULL) { in command_option()