Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_FLUSH
usr/src/ucbhead/curses.h
154
#define flushok(win, bf) (bf ? (win->_flags |= _FLUSH): \
usr/src/ucbhead/curses.h
155
(win->_flags &= ~_FLUSH))