HomeSort by relevance Sort by last modified time
    Searched refs:flushok (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 170 #ifdef flushok
171 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) { function
172 return flushok(_win, _bf); }
173 #undef flushok macro
174 #define flushok UNDEF(flushok) macro
1164 int flushok(bool bf) { return ::flushok(w, bf); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 170 #ifdef flushok
171 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) { function
172 return flushok(_win, _bf); }
173 #undef flushok macro
174 #define flushok UNDEF(flushok) macro
1164 int flushok(bool bf) { return ::flushok(w, bf); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 170 #ifdef flushok
171 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) { function
172 return flushok(_win, _bf); }
173 #undef flushok macro
174 #define flushok UNDEF(flushok) macro
1164 int flushok(bool bf) { return ::flushok(w, bf); } function in class:NCursesWindow
    [all...]

Completed in 971 milliseconds