Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
WFLUSH
usr/src/lib/libxcurses/src/libc/xcurses/private.h
222
#define WFLUSH(w) (((w)->_flags & W_FLUSH) ? wrefresh(w) : OK)
usr/src/lib/libxcurses2/src/libc/xcurses/private.h
241
#define WFLUSH(w) (((w)->_flags & W_FLUSH) ? wrefresh(w) : OK)