HomeSort by relevance Sort by last modified time
    Searched refs:stickyCRLF (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/net/
TelnetInputStream.java 73 /** If stickyCRLF is true, then we're a machine, like an IBM PC,
76 boolean stickyCRLF = false;
87 stickyCRLF = on;
98 stickyCRLF), then return the LF part of that sticky
116 if (stickyCRLF) {
TelnetOutputStream.java 73 boolean stickyCRLF = false;
84 * set the stickyCRLF flag. Tells wether the terminal considers CRLF as a single
90 stickyCRLF = on;
115 if (stickyCRLF)

Completed in 136 milliseconds