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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 195 #ifdef flushok
196 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) { function
197 return flushok(_win, _bf); }
198 #undef flushok macro
199 #define flushok UNDEF(flushok) macro
1277 int flushok(bool bf) { return ::flushok(w, bf); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 195 #ifdef flushok
196 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) { function
197 return flushok(_win, _bf); }
198 #undef flushok macro
199 #define flushok UNDEF(flushok) macro
1277 int flushok(bool bf) { return ::flushok(w, bf); } function in class:NCursesWindow
    [all...]

Completed in 1158 milliseconds