Lines Matching +full:en +full:- +full:us
1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
35 // https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/get-osfhandle?view=msvc-170
36 // https://learn.microsoft.com/en-us/windows/console/getconsolemode
38 if (__handle == -1)
48 // https://learn.microsoft.com/en-us/windows/console/writeconsole
49 if (WriteConsoleW(reinterpret_cast<void*>(_get_osfhandle(fileno(__stream))), // clang-format aid