Lines Matching defs:inp
65 chtype inp;
84 inp = -inputQ[0];
90 inp = _readchar();
92 inp = (chtype) _pk();
93 if ((int)inp == ERR) {
105 inp = inputQ[0];
109 fprintf(outf, "TGETCH read '%s'\n", unctrl(inp));
113 if (interpret && cur_term->funckeystarter[inp])
114 collapse = _getkey(interpret - 1, &inp);
124 return (inp);
189 _getkey(int blockpeek, chtype *inp)
196 char flag = cur_term->funckeystarter[*inp];
203 "inp=%d\n", *inp);
215 if (kp[key]->_sends[0] == *inp) {
328 *inp = kp[first]->_keyval;
337 if (*inp == KEY_MOUSE && A_BUTTON_CHANGED &&
341 _map_button(inp);
606 _map_button(chtype *inp)
627 *inp = KEY_F(1) + i;