Searched refs:W_USE_TIMEOUT (Results 1 – 8 of 8) sorted by relevance
78 w->_flags &= ~W_USE_TIMEOUT; in notimeout()80 w->_flags |= W_USE_TIMEOUT; in notimeout()
98 #define W_USE_TIMEOUT 0x1000 /* notimeout() disables the interbyte timer. */ macro
188 w->_flags = W_USE_TIMEOUT; in __m_newwin()
401 timeout = w->_flags & W_USE_TIMEOUT; in wgetch()
93 w->_flags &= ~W_USE_TIMEOUT; in notimeout()95 w->_flags |= W_USE_TIMEOUT; in notimeout()
114 #define W_USE_TIMEOUT 0x1000 /* notimeout() disables the interbyte timer. */ macro
178 timeout = w->_flags & W_USE_TIMEOUT;
183 w->_flags = W_USE_TIMEOUT;