Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dtty.c279 tty->tty.wr.previous_eol = 0; in uv_tty_init()
1700 unsigned char previous_eol = handle->tty.wr.previous_eol; local
2129 if (utf8_codepoint == 0x0a && previous_eol != 0x0d) {
2134 } else if (utf8_codepoint == 0x0d && previous_eol == 0x0a) {
2145 previous_eol = (char) utf8_codepoint;
2151 previous_eol = 0;
2157 previous_eol = 0;
2168 handle->tty.wr.previous_eol = previous_eol;
/third_party/libuv/include/uv/
Dwin.h518 unsigned char previous_eol; \