Searched refs:shift_state (Results 1 – 3 of 3) sorted by relevance
51 int value, shift_state, i, spk_val = 0, lock_val = 0; in main() local75 value = shift_state = 0; in main()90 shift_state += this->value; in main()108 i = get_shift_value(shift_state); in main()137 shift_state = shift_table[i]; in main()138 if (shift_state&16) in main()140 shift_state = get_shift_value(shift_state+16); in main()141 kp[shift_state] = kp[i]; in main()
2108 speakup_key(struct vc_data *vc, int shift_state, int keycode, u_short keysym, in speakup_key() argument2157 shift_info = (shift_state & 0x0f) + key_speakup; in speakup_key()
153 static int shift_state = 0; variable408 shift_state = 0; in do_compute_shiftstate()421 shift_state |= BIT(val); in do_compute_shiftstate()779 if (shift_state & BIT(KG_SHIFT)) in csi_modifier_param()781 if (shift_state & BIT(KG_ALT)) in csi_modifier_param()783 if (shift_state & BIT(KG_CTRL)) in csi_modifier_param()867 int old_state = shift_state; in k_shift()892 shift_state |= BIT(value); in k_shift()894 shift_state &= ~BIT(value); in k_shift()897 if (up_flag && shift_state != old_state && npadch_active) { in k_shift()[all …]