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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
etip.h 146 class NCURSES_IMPEXP NCursesException
152 NCursesException (const char* msg, int err)
156 NCursesException (const char* msg)
160 NCursesException& operator=(const NCursesException& rhs)
166 NCursesException(const NCursesException& rhs)
175 virtual ~NCursesException()
180 class NCURSES_IMPEXP NCursesPanelException : public NCursesException
186 NCursesException (msg, err)
    [all...]
cursslk.h 120 inline void Error (const char* msg) const THROWS(NCursesException) {
121 THROW(new NCursesException (msg));
cursesw.h 777 virtual void err_handler(const char *) const THROWS(NCursesException);
    [all...]

Completed in 106 milliseconds