Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtgetch.c69 chtype *inputQ = cur_term->_input_queue; in tgetch() local
87 inp = -inputQ[0]; in tgetch()
108 inp = inputQ[0]; in tgetch()
126 inputQ[i++] = inputQ[collapse++]; in tgetch()
197 chtype *inputQ = cur_term->_input_queue; in _getkey() local
226 inputQ[i] = (blockpeek) ? in _getkey()
228 switch ((int)inputQ[i]) { in _getkey()
264 if (kp[key]->_sends[i] != inputQ[i]) in _getkey()
378 chtype *inputQ = cur_term->_input_queue; /* ??? */ in get_xterm_mouse() local
386 char1 = (inputQ[(*i)++] = (blockpeek) ? _pk() : _fpk()); in get_xterm_mouse()
[all …]
H A Dungetch.c51 chtype *inputQ = cur_term->_input_queue; in ungetch() local
70 inputQ[i--] = inputQ[j--]; in ungetch()
72 inputQ[0] = -ch; in ungetch()
H A Dchkinput.c177 chtype *inputQ = cur_term->_input_queue; in _print_queue() local
181 (void) fprintf(outf, "inputQ[%d] = %c\n", i, inputQ[i]); in _print_queue()