Lines Matching refs:key_code
38 key_code key;
312 static const key_code input_key_modifiers[] = {
337 input_key_get(key_code key) in input_key_get()
364 key_code key; in input_key_build()
393 input_key_pane(struct window_pane *wp, key_code key, struct mouse_event *m) in input_key_pane()
421 input_key_extended(struct bufferevent *bev, key_code key) in input_key_extended()
477 input_key_vt10x(struct bufferevent *bev, key_code key) in input_key_vt10x()
480 key_code onlykey; in input_key_vt10x()
540 input_key_mode1(struct bufferevent *bev, key_code key) in input_key_mode1()
542 key_code onlykey; in input_key_mode1()
569 input_key(struct screen *s, struct bufferevent *bev, key_code key) in input_key()
572 key_code newkey; in input_key()