Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/i386/stand/lib/
Dbootmenu.c80 int choice, usedef; in getchoicefrominput() local
83 usedef = 0; in getchoicefrominput()
87 usedef = 1; in getchoicefrominput()
99 !isdigit(*input) && !usedef) in getchoicefrominput()