HomeSort by: relevance | last modified time | path
    Searched defs:previous_eol (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
tty.c 296 tty->tty.wr.previous_eol = 0;
1717 unsigned char previous_eol = handle->tty.wr.previous_eol; local
2146 if (utf8_codepoint == 0x0a && previous_eol != 0x0d) {
2151 } else if (utf8_codepoint == 0x0d && previous_eol == 0x0a) {
2162 previous_eol = (char) utf8_codepoint;
2168 previous_eol = 0;
2174 previous_eol = 0;
2185 handle->tty.wr.previous_eol = previous_eol;
    [all...]

Completed in 19 milliseconds