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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
etip.h 139 class NCURSES_IMPEXP NCursesMenu;
230 const NCursesMenu* m;
237 NCursesMenuException (const NCursesMenu* menu,
249 NCursesMenuException (const NCursesMenu* menu,
270 return "NCursesMenu";
cursesm.h 51 friend class NCursesMenu;
72 // NCursesMenu objects.
201 class NCURSES_IMPEXP NCursesMenu : public NCursesPanel
218 const NCursesMenu* m_back; // backward pointer to C++ object
223 static inline NCursesMenu* getHook(const MENU *m) {
226 return const_cast<NCursesMenu*>(hook->m_back);
265 NCursesMenu( int nlines,
281 NCursesMenu (NCursesMenuItem* Items[],
296 NCursesMenu (NCursesMenuItem* Items[],
314 NCursesMenu& operator=(const NCursesMenu& rhs
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
etip.h 139 class NCURSES_IMPEXP NCursesMenu;
230 const NCursesMenu* m;
237 NCursesMenuException (const NCursesMenu* menu,
249 NCursesMenuException (const NCursesMenu* menu,
270 return "NCursesMenu";
cursesm.h 51 friend class NCursesMenu;
72 // NCursesMenu objects.
201 class NCURSES_IMPEXP NCursesMenu : public NCursesPanel
218 const NCursesMenu* m_back; // backward pointer to C++ object
223 static inline NCursesMenu* getHook(const MENU *m) {
226 return const_cast<NCursesMenu*>(hook->m_back);
265 NCursesMenu( int nlines,
281 NCursesMenu (NCursesMenuItem* Items[],
296 NCursesMenu (NCursesMenuItem* Items[],
314 NCursesMenu& operator=(const NCursesMenu& rhs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
etip.h 139 class NCURSES_IMPEXP NCursesMenu;
230 const NCursesMenu* m;
237 NCursesMenuException (const NCursesMenu* menu,
249 NCursesMenuException (const NCursesMenu* menu,
270 return "NCursesMenu";
cursesm.h 51 friend class NCursesMenu;
72 // NCursesMenu objects.
201 class NCURSES_IMPEXP NCursesMenu : public NCursesPanel
218 const NCursesMenu* m_back; // backward pointer to C++ object
223 static inline NCursesMenu* getHook(const MENU *m) {
226 return const_cast<NCursesMenu*>(hook->m_back);
265 NCursesMenu( int nlines,
281 NCursesMenu (NCursesMenuItem* Items[],
296 NCursesMenu (NCursesMenuItem* Items[],
314 NCursesMenu& operator=(const NCursesMenu& rhs
    [all...]

Completed in 1363 milliseconds