Home
last modified time | relevance | path

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

/third_party/node/deps/uv/src/win/
H A Dtty.c129 static int uv__tty_console_width = -1; variable
183 uv__tty_console_width = sb_info.dwSize.X; in uv__console_init()
2432 assert(uv__tty_console_width != -1 && uv__tty_console_height != -1);
2433 if (width != uv__tty_console_width || height != uv__tty_console_height) {
2434 uv__tty_console_width = width;
/third_party/libuv/src/win/
H A Dtty.c124 static int uv__tty_console_width = -1; variable
175 uv__tty_console_width = sb_info.dwSize.X; in uv__console_init()
2400 if (width != uv__tty_console_width || height != uv__tty_console_height) {
2401 uv__tty_console_width = width;

Completed in 7 milliseconds