Lines Matching refs:map

659 	key_map* map;
661 get_key_map(&map, &keys);
680 int32 key = _LookupKeyCode(map, keys, map->normal_map, next,
683 key = _LookupKeyCode(map, keys, map->shift_map, next, states,
688 key = _LookupKeyCode(map, keys, map->caps_map, next, states,
693 key = _LookupKeyCode(map, keys, map->caps_shift_map, next,
699 key = _LookupKeyCode(map, keys, map->option_map, next, states,
704 key = _LookupKeyCode(map, keys, map->option_shift_map, next,
710 key = _LookupKeyCode(map, keys, map->option_caps_map, next,
716 key = _LookupKeyCode(map, keys, map->option_caps_shift_map,
722 key = _LookupKeyCode(map, keys, map->control_map, next, states,
733 _SetStateBit(states, map->caps_key, false);
734 _SetStateBit(states, map->scroll_key, false);
735 _SetStateBit(states, map->num_key, false);
736 _SetStateBit(states, map->menu_key, false);
737 _SetStateBit(states, map->left_shift_key, false);
738 _SetStateBit(states, map->right_shift_key, false);
739 _SetStateBit(states, map->left_command_key, false);
740 _SetStateBit(states, map->right_command_key, false);
741 _SetStateBit(states, map->left_control_key, false);
742 _SetStateBit(states, map->right_control_key, false);
743 _SetStateBit(states, map->left_option_key, false);
744 _SetStateBit(states, map->right_option_key, false);
748 _SetStateBit(states, map->caps_key);
751 _SetStateBit(states, map->scroll_key);
754 _SetStateBit(states, map->num_key);
757 _SetStateBit(states, map->menu_key);
760 _SetStateBit(states, map->left_shift_key);
763 _SetStateBit(states, map->right_shift_key);
766 _SetStateBit(states, map->left_command_key);
769 _SetStateBit(states, map->right_command_key);
772 _SetStateBit(states, map->left_control_key);
775 _SetStateBit(states, map->right_control_key);
778 _SetStateBit(states, map->left_option_key);
781 _SetStateBit(states, map->right_option_key);
796 free(map);
801 KeyStrokeSequenceCommandActuator::_LookupKeyCode(key_map* map, char* keys,
810 _SetStateBit(setStates, map->left_shift_key);
813 _SetStateBit(setStates, map->left_option_key);
816 _SetStateBit(setStates, map->left_control_key);
819 _SetStateBit(setStates, map->caps_key);