Home | Sort by: relevance | last modified time | path |
/src/sys/stand/efiboot/ | |
bootmenu.c | 83 int choice, usedef; local in function:getchoicefrominput 86 usedef = 0; 90 usedef = 1; 102 !isdigit(*input) && !usedef) |
/src/sys/arch/i386/stand/lib/ | |
bootmenu.c | 84 int choice, usedef; local in function:getchoicefrominput 87 usedef = 0; 91 usedef = 1; 103 !isdigit(*input) && !usedef) |