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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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);

Completed in 1486 milliseconds