Home
last modified time | relevance | path

Searched defs:flushok (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dcursesw.h196 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) { in UNDEF() argument
199 #define flushok UNDEF(flushok) macro
1277 int flushok(bool bf) { return ::flushok(w, bf); } in flushok() function