TELNET_IAC 302 src/dps8/libtelnet.c bytes[0] = TELNET_IAC; TELNET_IAC 776 src/dps8/libtelnet.c if (byte == TELNET_IAC) { TELNET_IAC 837 src/dps8/libtelnet.c case TELNET_IAC: TELNET_IAC 881 src/dps8/libtelnet.c if (byte == TELNET_IAC) { TELNET_IAC 905 src/dps8/libtelnet.c case TELNET_IAC: TELNET_IAC 907 src/dps8/libtelnet.c if (_buffer_byte(telnet, TELNET_IAC) != TELNET_IAC 971 src/dps8/libtelnet.c bytes[0] = TELNET_IAC; TELNET_IAC 984 src/dps8/libtelnet.c bytes[0] = TELNET_IAC; TELNET_IAC 1068 src/dps8/libtelnet.c if (buffer[i] == (char)TELNET_IAC) { TELNET_IAC 1076 src/dps8/libtelnet.c telnet_iac(telnet, TELNET_IAC); TELNET_IAC 1093 src/dps8/libtelnet.c if (buffer[i] == (char)TELNET_IAC) { TELNET_IAC 1101 src/dps8/libtelnet.c telnet_iac(telnet, TELNET_IAC); TELNET_IAC 1132 src/dps8/libtelnet.c sb[0] = TELNET_IAC; TELNET_IAC 1164 src/dps8/libtelnet.c if (output[i] == (char)TELNET_IAC || output[i] == '\r' || TELNET_IAC 1172 src/dps8/libtelnet.c if (output[i] == (char)TELNET_IAC) TELNET_IAC 1173 src/dps8/libtelnet.c telnet_iac(telnet, TELNET_IAC);