Home
last modified time | relevance | path

Searched refs:_delay (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dttimeout.c66 if (cur_term->_delay == delay) in ttimeout()
71 if (cur_term->_delay < 0) in ttimeout()
75 if ((delay + cur_term->_delay) == -1) in ttimeout()
86 cur_term->_delay = delay; in ttimeout()
H A Dwgetch.c79 if (cur_term->_delay <= 0 && cur_term->_delay != win->_delay) in wgetch()
80 (void) ttimeout(win->_delay); in wgetch()
H A Dtgetch.c137 if (cur_term->_delay == 0) { in _readchar()
148 if (cur_term->_delay > 0) { in _readchar()
153 t.tv_sec = cur_term->_delay / 1000; in _readchar()
154 t.tv_usec = (cur_term->_delay % 1000) * 1000; in _readchar()
H A Ddelay_out.c70 return (_delay(ms * 10, _outchar)); in delay_output()
H A Dtinputfd.c51 cur_term->_delay = -1; in tinputfd()
H A Dwtimeout.c48 win->_delay = tm; in wtimeout()
H A Dnodelay.c57 win->_delay = (bf) ? 0 : -1; in nodelay()
H A Ddelay.c94 _delay(int delay, int (*outc)(char)) in _delay() function
H A Dnocbreak.c71 cur_term->_delay = -1; in nocbreak()
H A Dcbreak.c98 cur_term->_delay = -1; in cbreak()
H A Dnoraw.c71 cur_term->_delay = -1; in noraw()
H A Dputwin.c61 sizeof (win->_ndescs) - sizeof (win->_delay); in putwin()
H A Draw.c78 cur_term->_delay = -1; in raw()
H A Dtputs.c139 (void) _delay(delay, outc); in _tpad()
H A Dgetwin.c60 sizeof (win->_ndescs) - sizeof (win->_delay) - in getwin()
H A Dmakenew.c107 win->_delay = win->_parx = win->_pary = -1; in _makenew()
H A Dcurshdr.h272 extern int _delay(int, int (*)(char));
H A Dmapfile-vers533 _delay;
H A Dsetupterm.c453 cur_term->_delay = cur_term->_inputfd = cur_term->_check_fd = -1; in setupterm()
H A Dmaketerm.ed446 int _delay; /* timeout for inputs */
H A Dcurses.ed171 int _delay; /* delay period on wgetch */
974 #define nodelay(win, bf) (((win)->_delay = (bf) ? 0 : -1), OK)
991 #define wtimeout(win, tm) ((win)->_delay = (tm))