Lines Matching refs:KVAL
1174 case KVAL(K_SHIFT): in do_handle_shift()
1180 case KVAL(K_CTRL): in do_handle_shift()
1809 case KVAL(K_CAPS): in do_handle_spec()
1813 case KVAL(K_NUM): in do_handle_spec()
1817 case KVAL(K_HOLD): in do_handle_spec()
2102 u_char type = KTYP(keysym), value = KVAL(keysym), new_key = 0; in speakup_key()
2133 case KVAL(K_DOWN): in speakup_key()
2134 case KVAL(K_UP): in speakup_key()
2135 case KVAL(K_LEFT): in speakup_key()
2136 case KVAL(K_RIGHT): in speakup_key()
2137 case KVAL(K_PGUP): in speakup_key()
2138 case KVAL(K_PGDN): in speakup_key()
2186 kh = (value == KVAL(K_DOWN)) || in speakup_key()
2187 (value == KVAL(K_UP)) || in speakup_key()
2188 (value == KVAL(K_LEFT)) || in speakup_key()
2189 (value == KVAL(K_RIGHT)); in speakup_key()
2255 ret = pre_handle_cursor(vc, KVAL(param->value), up); in keyboard_notifier_call()
2259 unsigned char val = KVAL(param->value); in keyboard_notifier_call()