Home
last modified time | relevance | path

Searched refs:_vtime (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwtimeout.c57 w->_vtime = 0; in wtimeout()
74 w->_vtime = (delay > 25500) ? 255 : (delay + 99) / 100; in wtimeout()
H A Ddupwin.c69 v->_vtime = w->_vtime; in dupwin()
H A Dgetwin.c96 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags, in getwin()
176 w->_vmin, w->_vtime, w->_flags & W_CONFIG_MASK, in putwin()
H A Dnewwin.c187 w->_vtime = 0; in __m_newwin()
H A Dwgetch.c350 save = __m_tty_override_mode(w->_vmin, w->_vtime); in wgetch()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwtimeout.c60 w->_vtime = 0;
66 w->_vtime = (delay+50)/100;
H A Ddupwin.c72 v->_vtime = w->_vtime;
H A Dwgetch.c134 || cur_term->_prog.c_cc[VTIME] != w->_vtime)) {
136 cur_term->_prog.c_cc[VTIME] = w->_vtime;
H A Dgetwin.c98 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags,
189 w->_vmin, w->_vtime, w->_flags & W_CONFIG_MASK,
H A Dnewwin.c182 w->_vtime = 0;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h150 short _vmin, _vtime; /* wtimeout() control. */ member
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h149 short _vmin, _vtime; /* wtimeout() control. */ member