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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 132 #ifdef clearok
133 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); } function
134 #undef clearok macro
135 #define clearok UNDEF(clearok) macro
137 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
1074 int clearok(bool bf) { return ::clearok(w, bf); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 132 #ifdef clearok
133 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); } function
134 #undef clearok macro
135 #define clearok UNDEF(clearok) macro
137 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
1074 int clearok(bool bf) { return ::clearok(w, bf); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 132 #ifdef clearok
133 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); } function
134 #undef clearok macro
135 #define clearok UNDEF(clearok) macro
137 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
1074 int clearok(bool bf) { return ::clearok(w, bf); } function in class:NCursesWindow
    [all...]

Completed in 148 milliseconds