TELNET_IAC        308 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        977 src/dps8/libtelnet.c         bytes[0] = TELNET_IAC;
TELNET_IAC        990 src/dps8/libtelnet.c                 bytes[0] = TELNET_IAC;
TELNET_IAC       1074 src/dps8/libtelnet.c                 if (buffer[i] == (char)TELNET_IAC) {
TELNET_IAC       1082 src/dps8/libtelnet.c                         telnet_iac(telnet, TELNET_IAC);
TELNET_IAC       1099 src/dps8/libtelnet.c                 if (buffer[i] == (char)TELNET_IAC) {
TELNET_IAC       1107 src/dps8/libtelnet.c                         telnet_iac(telnet, TELNET_IAC);
TELNET_IAC       1138 src/dps8/libtelnet.c         sb[0] = TELNET_IAC;
TELNET_IAC       1170 src/dps8/libtelnet.c                 if (output[i] == (char)TELNET_IAC || output[i] == '\r' ||
TELNET_IAC       1178 src/dps8/libtelnet.c                         if (output[i] == (char)TELNET_IAC)
TELNET_IAC       1179 src/dps8/libtelnet.c                                 telnet_iac(telnet, TELNET_IAC);