HomeSort by relevance Sort by last modified time
    Searched refs:Item_Options (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
menu.h 50 typedef int Item_Options;
75 Item_Options opt; /* Item options */
181 extern NCURSES_EXPORT(Item_Options) item_opts (const ITEM *);
210 extern NCURSES_EXPORT(int) item_opts_off (ITEM *,Item_Options);
211 extern NCURSES_EXPORT(int) item_opts_on (ITEM *,Item_Options);
221 extern NCURSES_EXPORT(int) set_item_opts (ITEM *,Item_Options);
cursesm.h 105 inline void options_on (Item_Options opts) {
110 inline void options_off (Item_Options opts) {
115 inline Item_Options options () const {
120 inline void set_options (Item_Options opts) {

Completed in 63 milliseconds