Home
last modified time | relevance | path

Searched refs:W_USE_TIMEOUT (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dclearok.c78 w->_flags &= ~W_USE_TIMEOUT; in notimeout()
80 w->_flags |= W_USE_TIMEOUT; in notimeout()
H A Dprivate.h98 #define W_USE_TIMEOUT 0x1000 /* notimeout() disables the interbyte timer. */ macro
H A Dnewwin.c188 w->_flags = W_USE_TIMEOUT; in __m_newwin()
H A Dwgetch.c401 timeout = w->_flags & W_USE_TIMEOUT; in wgetch()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dclearok.c93 w->_flags &= ~W_USE_TIMEOUT; in notimeout()
95 w->_flags |= W_USE_TIMEOUT; in notimeout()
H A Dprivate.h114 #define W_USE_TIMEOUT 0x1000 /* notimeout() disables the interbyte timer. */ macro
H A Dwgetch.c178 timeout = w->_flags & W_USE_TIMEOUT;
H A Dnewwin.c183 w->_flags = W_USE_TIMEOUT;