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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dungetch.c53 chtype *inputQ = cur_term->_input_queue; local
72 inputQ[i--] = inputQ[j--];
74 inputQ[0] = -ch;
H A Dtgetch.c66 chtype *inputQ = cur_term->_input_queue; local
84 inp = -inputQ[0];
105 inp = inputQ[0];
123 inputQ[i++] = inputQ[collapse++];
194 chtype *inputQ = cur_term->_input_queue; local
223 inputQ[i] = (blockpeek) ?
225 switch ((int)inputQ[i]) {
261 if (kp[key]->_sends[i] != inputQ[i])
375 chtype *inputQ local
[all...]
H A Dchkinput.c111 * stuff into the inputQ that will never be read and the
179 chtype *inputQ = cur_term->_input_queue; local
183 (void) fprintf(outf, "inputQ[%d] = %c\n", i, inputQ[i]);

Completed in 56 milliseconds