HomeSort by: relevance | last modified time | path
    Searched refs:O_RADIO (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libmenu/
post.c 71 if ((menu->opts & O_RADIO) != O_RADIO) {
menu.c 319 if (((opts & O_RADIO) == O_RADIO) && (menu->items != NULL) &&
360 if (((opts & O_RADIO) == O_RADIO) && (menu->items != NULL) &&
591 if (((menu->opts & O_RADIO) == O_RADIO) &&
624 if (((menu->opts & O_RADIO) == O_RADIO) && (sel_count == 0))
driver.c 175 if ((menu->opts & (O_RADIO | O_ONEVALUE)) != 0) {
176 if ((menu->opts & O_RADIO) == O_RADIO) {
menu.h 70 #define O_RADIO (0x80)

Completed in 50 milliseconds