Home
last modified time | relevance | path

Searched refs:inputQ (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libcurses/screen/
H A Dtgetch.c66 chtype *inputQ = cur_term->_input_queue; in tgetch() local
84 inp = -inputQ[0]; in tgetch()
105 inp = inputQ[0]; in tgetch()
123 inputQ[i++] = inputQ[collapse++]; in tgetch()
194 chtype *inputQ = cur_term->_input_queue; in _getkey() local
223 inputQ[i] = (blockpeek) ? in _getkey()
225 switch ((int)inputQ[i]) { in _getkey()
261 if (kp[key]->_sends[i] != inputQ[i]) in _getkey()
375 chtype *inputQ = cur_term->_input_queue; /* ??? */ in get_xterm_mouse() local
383 char1 = (inputQ[(*i)++] = (blockpeek) ? _pk() : _fpk()); in get_xterm_mouse()
[all …]
H A Dungetch.c53 chtype *inputQ = cur_term->_input_queue; in ungetch() local
72 inputQ[i--] = inputQ[j--]; in ungetch()
74 inputQ[0] = -ch; in ungetch()
H A Dchkinput.c179 chtype *inputQ = cur_term->_input_queue; in _print_queue() local
183 (void) fprintf(outf, "inputQ[%d] = %c\n", i, inputQ[i]); in _print_queue()