Home
last modified time | relevance | path

Searched refs:getch (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/host/
H A Dtty_utility.rs22 fn getch() -> libc::c_int; in getch() functions
52 let control_char = unsafe { getch() }; in convert_to_control_code()
99 let left_char = unsafe { getch() }; in unicode_assemble()
H A Dclient.rs45 fn getch() -> libc::c_int; in getch() functions
233 let c = unsafe { getch() };

Completed in 3 milliseconds