Searched refs:tmp_state (Results 1 – 1 of 1) sorted by relevance
862 unsigned tmp_state = 0; in im_string_to_keyval() local872 case 'S': case 's': tmp_state |= (unsigned)GDK_SHIFT_MASK; break; in im_string_to_keyval()873 case 'L': case 'l': tmp_state |= (unsigned)GDK_LOCK_MASK; break; in im_string_to_keyval()874 case 'C': case 'c': tmp_state |= (unsigned)GDK_CONTROL_MASK;break; in im_string_to_keyval()875 case '1': tmp_state |= (unsigned)GDK_MOD1_MASK; break; in im_string_to_keyval()876 case '2': tmp_state |= (unsigned)GDK_MOD2_MASK; break; in im_string_to_keyval()877 case '3': tmp_state |= (unsigned)GDK_MOD3_MASK; break; in im_string_to_keyval()878 case '4': tmp_state |= (unsigned)GDK_MOD4_MASK; break; in im_string_to_keyval()879 case '5': tmp_state |= (unsigned)GDK_MOD5_MASK; break; in im_string_to_keyval()892 *state = tmp_state; in im_string_to_keyval()