Home
last modified time | relevance | path

Searched refs:col (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/kernel/src/libs/ !
Dkeyboard_parser.rs305 let mut col: bool = false; in handle_type3() localVariable
348 col = true; in handle_type3()
353 col = !col; in handle_type3()
355 col = !col; in handle_type3()
357 col = !col; in handle_type3()
361 let ch = TYPE1_KEY_CODE_MAPTABLE[col as usize + 2 * index as usize]; in handle_type3()
/DragonOS-0.1.7/user/libs/libKeyboard/ !
Dkeyboard.c489 unsigned char col = 0; in keyboard_analyze_keycode() local
492 col = 1; in keyboard_analyze_keycode()
493 key = key_row[col]; in keyboard_analyze_keycode()