HomeSort by: relevance | last modified time | path
    Searched refs:previous_eol (Results 1 - 2 of 2) 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...]
  /src/external/mit/libuv/dist/include/uv/
win.h 522 unsigned char previous_eol; \

Completed in 84 milliseconds