Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dtty.c274 tty->tty.wr.previous_eol = 0; in uv_tty_init()
1689 unsigned char previous_eol = handle->tty.wr.previous_eol; local
2118 if (utf8_codepoint == 0x0a && previous_eol != 0x0d) {
2123 } else if (utf8_codepoint == 0x0d && previous_eol == 0x0a) {
2134 previous_eol = (char) utf8_codepoint;
2140 previous_eol = 0;
2146 previous_eol = 0;
2157 handle->tty.wr.previous_eol = previous_eol;
/libuv/include/uv/
H A Dwin.h527 unsigned char previous_eol; \

Completed in 15 milliseconds