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

/openbsd-current/usr.bin/tmux/
H A Dinput.c163 static int input_parameter(struct input_ctx *);
539 { 0x30, 0x39, input_parameter, &input_state_csi_parameter },
540 { 0x3a, 0x3a, input_parameter, &input_state_csi_parameter },
541 { 0x3b, 0x3b, input_parameter, &input_state_csi_parameter },
557 { 0x30, 0x39, input_parameter, NULL },
558 { 0x3a, 0x3a, input_parameter, NULL },
559 { 0x3b, 0x3b, input_parameter, NULL },
604 { 0x30, 0x39, input_parameter, &input_state_dcs_parameter },
606 { 0x3b, 0x3b, input_parameter, &input_state_dcs_parameter },
622 { 0x30, 0x39, input_parameter, NUL
1175 input_parameter(struct input_ctx *ictx) function
[all...]

Completed in 109 milliseconds