Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dclearok.c80 w->_flags &= ~W_USE_TIMEOUT; in notimeout()
82 w->_flags |= W_USE_TIMEOUT; in notimeout()
H A Dprivate.h100 #define W_USE_TIMEOUT 0x1000 /* notimeout() disables the interbyte timer. */ macro
H A Dnewwin.c190 w->_flags = W_USE_TIMEOUT; in __m_newwin()
H A Dwgetch.c403 timeout = w->_flags & W_USE_TIMEOUT; in wgetch()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dclearok.c95 w->_flags &= ~W_USE_TIMEOUT; in notimeout()
97 w->_flags |= W_USE_TIMEOUT; in notimeout()
H A Dprivate.h116 #define W_USE_TIMEOUT 0x1000 /* notimeout() disables the interbyte timer. */ macro
H A Dwgetch.c180 timeout = w->_flags & W_USE_TIMEOUT;
H A Dnewwin.c185 w->_flags = W_USE_TIMEOUT;