Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwtimeout.c59 w->_vtime = 0; in wtimeout()
76 w->_vtime = (delay > 25500) ? 255 : (delay + 99) / 100; in wtimeout()
H A Ddupwin.c71 v->_vtime = w->_vtime; in dupwin()
H A Dgetwin.c98 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags, in getwin()
178 w->_vmin, w->_vtime, w->_flags & W_CONFIG_MASK, in putwin()
H A Dnewwin.c189 w->_vtime = 0; in __m_newwin()
H A Dwgetch.c352 save = __m_tty_override_mode(w->_vmin, w->_vtime); in wgetch()
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwtimeout.c62 w->_vtime = 0;
68 w->_vtime = (delay+50)/100;
H A Ddupwin.c74 v->_vtime = w->_vtime;
H A Dwgetch.c136 || cur_term->_prog.c_cc[VTIME] != w->_vtime)) {
138 cur_term->_prog.c_cc[VTIME] = w->_vtime;
H A Dgetwin.c100 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags,
191 w->_vmin, w->_vtime, w->_flags & W_CONFIG_MASK,
H A Dnewwin.c184 w->_vtime = 0;
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h151 short _vmin, _vtime; /* wtimeout() control. */ member
/titanic_50/usr/src/lib/libxcurses/h/
H A Dcurses.h152 short _vmin, _vtime; /* wtimeout() control. */ member