Searched refs:W_USE_TIMEOUT (Results 1 – 8 of 8) sorted by relevance
80 w->_flags &= ~W_USE_TIMEOUT; in notimeout()82 w->_flags |= W_USE_TIMEOUT; in notimeout()
100 #define W_USE_TIMEOUT 0x1000 /* notimeout() disables the interbyte timer. */ macro
190 w->_flags = W_USE_TIMEOUT; in __m_newwin()
403 timeout = w->_flags & W_USE_TIMEOUT; in wgetch()
95 w->_flags &= ~W_USE_TIMEOUT; in notimeout()97 w->_flags |= W_USE_TIMEOUT; in notimeout()
116 #define W_USE_TIMEOUT 0x1000 /* notimeout() disables the interbyte timer. */ macro
180 timeout = w->_flags & W_USE_TIMEOUT;
185 w->_flags = W_USE_TIMEOUT;