TELNET_IAC 318 src/dps8/libtelnet.c bytes[0] = TELNET_IAC; TELNET_IAC 810 src/dps8/libtelnet.c if (byte == TELNET_IAC) { TELNET_IAC 871 src/dps8/libtelnet.c case TELNET_IAC: TELNET_IAC 915 src/dps8/libtelnet.c if (byte == TELNET_IAC) { TELNET_IAC 939 src/dps8/libtelnet.c case TELNET_IAC: TELNET_IAC 941 src/dps8/libtelnet.c if (_buffer_byte(telnet, TELNET_IAC) != TELNET_IAC 1005 src/dps8/libtelnet.c bytes[0] = TELNET_IAC; TELNET_IAC 1018 src/dps8/libtelnet.c bytes[0] = TELNET_IAC; TELNET_IAC 1102 src/dps8/libtelnet.c if (buffer[i] == (char)TELNET_IAC) { TELNET_IAC 1110 src/dps8/libtelnet.c telnet_iac(telnet, TELNET_IAC); TELNET_IAC 1127 src/dps8/libtelnet.c if (buffer[i] == (char)TELNET_IAC) { TELNET_IAC 1135 src/dps8/libtelnet.c telnet_iac(telnet, TELNET_IAC); TELNET_IAC 1166 src/dps8/libtelnet.c sb[0] = TELNET_IAC; TELNET_IAC 1198 src/dps8/libtelnet.c if (output[i] == (char)TELNET_IAC || output[i] == '\r' || TELNET_IAC 1206 src/dps8/libtelnet.c if (output[i] == (char)TELNET_IAC) TELNET_IAC 1207 src/dps8/libtelnet.c telnet_iac(telnet, TELNET_IAC);