Searched refs:_vtime (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wtimeout.c | 57 w->_vtime = 0; in wtimeout() 74 w->_vtime = (delay > 25500) ? 255 : (delay + 99) / 100; in wtimeout()
|
H A D | dupwin.c | 69 v->_vtime = w->_vtime; in dupwin()
|
H A D | getwin.c | 96 &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 D | newwin.c | 187 w->_vtime = 0; in __m_newwin()
|
H A D | wgetch.c | 350 save = __m_tty_override_mode(w->_vmin, w->_vtime); in wgetch()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wtimeout.c | 60 w->_vtime = 0; 66 w->_vtime = (delay+50)/100;
|
H A D | dupwin.c | 72 v->_vtime = w->_vtime;
|
H A D | wgetch.c | 134 || cur_term->_prog.c_cc[VTIME] != w->_vtime)) { 136 cur_term->_prog.c_cc[VTIME] = w->_vtime;
|
H A D | getwin.c | 98 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags, 189 w->_vmin, w->_vtime, w->_flags & W_CONFIG_MASK,
|
H A D | newwin.c | 182 w->_vtime = 0;
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 149 short _vmin, _vtime; /* wtimeout() control. */ member
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 150 short _vmin, _vtime; /* wtimeout() control. */ member
|