Searched refs:stickyCRLF (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/
H A DTelnetInputStream.java73 /** If stickyCRLF is true, then we're a machine, like an IBM PC,
76 boolean stickyCRLF = false; field in class:TelnetInputStream
87 stickyCRLF = on;
98 stickyCRLF), then return the LF part of that sticky
116 if (stickyCRLF) {
H A DTelnetOutputStream.java73 boolean stickyCRLF = false; field in class:TelnetOutputStream
84 * set the stickyCRLF flag. Tells wether the terminal considers CRLF as a single
90 stickyCRLF = on;
115 if (stickyCRLF)

Completed in 31 milliseconds