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

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

Completed in 526 milliseconds