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

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

Completed in 130 milliseconds