TELNET_IAC        311 src/dps8/libtelnet.c         bytes[0] = TELNET_IAC;
TELNET_IAC        782 src/dps8/libtelnet.c                         if (byte == TELNET_IAC) {
TELNET_IAC        843 src/dps8/libtelnet.c                         case TELNET_IAC:
TELNET_IAC        887 src/dps8/libtelnet.c                         if (byte == TELNET_IAC) {
TELNET_IAC        911 src/dps8/libtelnet.c                         case TELNET_IAC:
TELNET_IAC        913 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);