HomeSort by relevance Sort by last modified time
    Searched defs:Menu_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 49 typedef int Menu_Options;
129 Menu_Options opt; /* Menu options */
182 extern NCURSES_EXPORT(Menu_Options) menu_opts (const MENU *);
213 extern NCURSES_EXPORT(int) menu_opts_off (MENU *,Menu_Options);
214 extern NCURSES_EXPORT(int) menu_opts_on (MENU *,Menu_Options);
232 extern NCURSES_EXPORT(int) set_menu_opts (MENU *,Menu_Options);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
menu.h 49 typedef int Menu_Options;
129 Menu_Options opt; /* Menu options */
182 extern NCURSES_EXPORT(Menu_Options) menu_opts (const MENU *);
213 extern NCURSES_EXPORT(int) menu_opts_off (MENU *,Menu_Options);
214 extern NCURSES_EXPORT(int) menu_opts_on (MENU *,Menu_Options);
232 extern NCURSES_EXPORT(int) set_menu_opts (MENU *,Menu_Options);

Completed in 60 milliseconds