Home
last modified time | relevance | path

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

/third_party/rust/crates/is-terminal/src/
H A Dlib.rs118 unsafe { msys_tty_on(handle) }
138 unsafe fn msys_tty_on(handle: HANDLE) -> bool { in msys_tty_on() functions
357 // Verify that the msys_tty_on function works with long path.
370 assert!(!unsafe { crate::msys_tty_on(file.as_raw_handle() as isize) }); in msys_tty_on_path_length()
/third_party/rust/crates/atty/src/
H A Dlib.rs93 unsafe { msys_tty_on(fd) } in is()
118 unsafe fn msys_tty_on(fd: DWORD) -> bool { in msys_tty_on() functions

Completed in 2 milliseconds