Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/libs/
Dkeyboard_parser.rs271 let ch = '/' as u8; in handle_func0() localVariable
272 Self::emit(tty, ch); in handle_func0()
361 let ch = TYPE1_KEY_CODE_MAPTABLE[col as usize + 2 * index as usize]; in handle_type3() localVariable
364 Self::emit(tty, ch); in handle_type3()
370 fn emit(tty: &Arc<TtyDevice>, ch: u8) { in emit()
372 tty.input(&[ch]).ok(); in emit()