Searched refs:input_c0_dispatch (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/tmux/dist/ |
| D | input.c | 166 static int input_c0_dispatch(struct input_ctx *); 335 { 0x18, 0x18, input_c0_dispatch, &input_state_ground }, \ 336 { 0x1a, 0x1a, input_c0_dispatch, &input_state_ground }, \ 481 { 0x00, 0x17, input_c0_dispatch, NULL }, 482 { 0x19, 0x19, input_c0_dispatch, NULL }, 483 { 0x1c, 0x1f, input_c0_dispatch, NULL }, 495 { 0x00, 0x17, input_c0_dispatch, NULL }, 496 { 0x19, 0x19, input_c0_dispatch, NULL }, 497 { 0x1c, 0x1f, input_c0_dispatch, NULL }, 522 { 0x00, 0x17, input_c0_dispatch, NULL }, [all …]
|