O_RADIO
if ((menu->opts & (O_RADIO | O_ONEVALUE)) != 0) {
if ((menu->opts & O_RADIO) == O_RADIO) {
if (((opts & O_RADIO) == O_RADIO) && (menu->items != NULL) &&
if (((opts & O_RADIO) == O_RADIO) && (menu->items != NULL) &&
if (((menu->opts & O_RADIO) == O_RADIO) &&
if (((menu->opts & O_RADIO) == O_RADIO) && (sel_count == 0))
if ((menu->opts & O_RADIO) != O_RADIO) {