Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpcmips/stand/lcboot/
H A Dmain.c164 static struct bootmenu_command opt_subcommands[] = { variable
748 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()