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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
menu.h 88 typedef void (*Menu_Hook)(struct tagMENU *);
121 Menu_Hook menuinit; /* User hooks */
122 Menu_Hook menuterm;
123 Menu_Hook iteminit;
124 Menu_Hook itemterm;
184 extern NCURSES_EXPORT(Menu_Hook) item_init (const MENU *);
185 extern NCURSES_EXPORT(Menu_Hook) item_term (const MENU *);
186 extern NCURSES_EXPORT(Menu_Hook) menu_init (const MENU *);
187 extern NCURSES_EXPORT(Menu_Hook) menu_term (const MENU *);
220 extern NCURSES_EXPORT(int) set_item_init (MENU *, Menu_Hook);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 88 typedef void (*Menu_Hook)(struct tagMENU *);
121 Menu_Hook menuinit; /* User hooks */
122 Menu_Hook menuterm;
123 Menu_Hook iteminit;
124 Menu_Hook itemterm;
184 extern NCURSES_EXPORT(Menu_Hook) item_init (const MENU *);
185 extern NCURSES_EXPORT(Menu_Hook) item_term (const MENU *);
186 extern NCURSES_EXPORT(Menu_Hook) menu_init (const MENU *);
187 extern NCURSES_EXPORT(Menu_Hook) menu_term (const MENU *);
220 extern NCURSES_EXPORT(int) set_item_init (MENU *, Menu_Hook);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 88 typedef void (*Menu_Hook)(struct tagMENU *);
121 Menu_Hook menuinit; /* User hooks */
122 Menu_Hook menuterm;
123 Menu_Hook iteminit;
124 Menu_Hook itemterm;
184 extern NCURSES_EXPORT(Menu_Hook) item_init (const MENU *);
185 extern NCURSES_EXPORT(Menu_Hook) item_term (const MENU *);
186 extern NCURSES_EXPORT(Menu_Hook) menu_init (const MENU *);
187 extern NCURSES_EXPORT(Menu_Hook) menu_term (const MENU *);
220 extern NCURSES_EXPORT(int) set_item_init (MENU *, Menu_Hook);
    [all...]

Completed in 606 milliseconds