Searched refs:_delay (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Ddelay_out.c72 return (_delay(ms * 10, _outchar));
H A Dtinputfd.c53 cur_term->_delay = -1;
H A Dwtimeout.c50 win->_delay = tm;
H A Dnodelay.c59 win->_delay = (bf) ? 0 : -1;
H A Dttimeout.c68 if (cur_term->_delay == delay)
73 if (cur_term->_delay < 0)
77 if ((delay + cur_term->_delay) == -1)
88 cur_term->_delay = delay;
H A Dwgetch.c81 if (cur_term->_delay <= 0 && cur_term->_delay != win->_delay)
82 (void) ttimeout(win->_delay);
H A Ddelay.c71 _delay(int delay, int (*outc)(char)) function
H A Dcbreak.c100 cur_term->_delay = -1;
H A Dnocbreak.c73 cur_term->_delay = -1;
H A Dnoraw.c73 cur_term->_delay = -1;
H A Dputwin.c63 sizeof (win->_ndescs) - sizeof (win->_delay);
H A Draw.c80 cur_term->_delay = -1;
H A Dgetwin.c62 sizeof (win->_ndescs) - sizeof (win->_delay) -
H A Dtputs.c140 (void) _delay(delay, outc);
H A Dtgetch.c134 if (cur_term->_delay == 0) {
145 if (cur_term->_delay > 0) {
150 t.tv_sec = cur_term->_delay / 1000;
151 t.tv_usec = (cur_term->_delay % 1000) * 1000;
H A Dmakenew.c109 win->_delay = win->_parx = win->_pary = -1;
H A Dcurshdr.h274 extern int _delay(int, int (*)(char));
H A Dsetupterm.c446 cur_term->_delay = cur_term->_inputfd = cur_term->_check_fd = -1;
H A Dllib-lcurses622 int _delay(int delay, int (*outc)(char));

Completed in 39 milliseconds