Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ncurses/form/
HDform.priv.h92 #define O_SELECTABLE (O_ACTIVE | O_VISIBLE) macro
129 #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)
/freebsd-11-stable/contrib/ncurses/menu/
HDm_item_val.c65 if ((!(item->opt & O_SELECTABLE)) || in NCURSES_EXPORT()
HDm_item_opt.c71 if ((!(opts & O_SELECTABLE)) && item->value) in NCURSES_EXPORT()
HDmenu.priv.h83 #define ALL_ITEM_OPTS (O_SELECTABLE)
HDmenu.h61 #define O_SELECTABLE (0x01) macro
HDm_post.c102 if (!(item->opt & O_SELECTABLE)) in NCURSES_EXPORT()
HDm_driver.c369 if (menu->curitem->opt & O_SELECTABLE) in menu_driver()
/freebsd-11-stable/contrib/ncurses/doc/
HDncurses-intro.doc1137 item_opts_off() with the O_SELECTABLE argument. This is the only