Searched refs:O_SELECTABLE (Results 1 – 8 of 8) sorted by relevance
92 #define O_SELECTABLE (O_ACTIVE | O_VISIBLE) macro129 #define Field_Is_Selectable(f) (((unsigned)((f)->opts) & O_SELECTABLE)==O_SELECTABLE)130 #define Field_Is_Not_Selectable(f) (((unsigned)((f)->opts) & O_SELECTABLE)!=O_SELECTABLE)
65 if ((!(item->opt & O_SELECTABLE)) || in NCURSES_EXPORT()
71 if ((!(opts & O_SELECTABLE)) && item->value) in NCURSES_EXPORT()
83 #define ALL_ITEM_OPTS (O_SELECTABLE)
61 #define O_SELECTABLE (0x01) macro
102 if (!(item->opt & O_SELECTABLE)) in NCURSES_EXPORT()
369 if (menu->curitem->opt & O_SELECTABLE) in menu_driver()
1137 item_opts_off() with the O_SELECTABLE argument. This is the only