Searched defs:W_FLUSH (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h111 #define W_FLUSH 0x0080 /* immedok() update when window changes. */ macro
224 #define WFLUSH(w) (((w)->_flags & W_FLUSH) ? wrefresh(w) : OK)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h95 #define W_FLUSH 0x0080 /* immedok() update when window changes. */ macro
243 #define WFLUSH(w) (((w)->_flags & W_FLUSH) ? wrefresh(w) : OK)

Completed in 58 milliseconds