Searched refs:_vtime (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wtimeout.c | 59 w->_vtime = 0; in wtimeout() 76 w->_vtime = (delay > 25500) ? 255 : (delay + 99) / 100; in wtimeout()
|
H A D | dupwin.c | 71 v->_vtime = w->_vtime; in dupwin()
|
H A D | getwin.c | 98 &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 D | newwin.c | 189 w->_vtime = 0; in __m_newwin()
|
H A D | wgetch.c | 352 save = __m_tty_override_mode(w->_vmin, w->_vtime); in wgetch()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wtimeout.c | 62 w->_vtime = 0; 68 w->_vtime = (delay+50)/100;
|
H A D | dupwin.c | 74 v->_vtime = w->_vtime;
|
H A D | wgetch.c | 136 || cur_term->_prog.c_cc[VTIME] != w->_vtime)) { 138 cur_term->_prog.c_cc[VTIME] = w->_vtime;
|
H A D | getwin.c | 100 &w->_top, &w->_bottom, &w->_vmin, &w->_vtime, &flags, 191 w->_vmin, w->_vtime, w->_flags & W_CONFIG_MASK,
|
H A D | newwin.c | 184 w->_vtime = 0;
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 151 short _vmin, _vtime; /* wtimeout() control. */ member
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 152 short _vmin, _vtime; /* wtimeout() control. */ member
|