TELNET_IAC        315 src/dps8/libtelnet.c         bytes[0] = TELNET_IAC;
TELNET_IAC        790 src/dps8/libtelnet.c                         if (byte == TELNET_IAC) {
TELNET_IAC        851 src/dps8/libtelnet.c                         case TELNET_IAC:
TELNET_IAC        895 src/dps8/libtelnet.c                         if (byte == TELNET_IAC) {
TELNET_IAC        919 src/dps8/libtelnet.c                         case TELNET_IAC:
TELNET_IAC        921 src/dps8/libtelnet.c                                 if (_buffer_byte(telnet, TELNET_IAC) !=
TELNET_IAC        986 src/dps8/libtelnet.c         bytes[0] = TELNET_IAC;
TELNET_IAC        999 src/dps8/libtelnet.c                 bytes[0] = TELNET_IAC;
TELNET_IAC       1083 src/dps8/libtelnet.c                 if (buffer[i] == (char)TELNET_IAC) {
TELNET_IAC       1091 src/dps8/libtelnet.c                         telnet_iac(telnet, TELNET_IAC);
TELNET_IAC       1108 src/dps8/libtelnet.c                 if (buffer[i] == (char)TELNET_IAC) {
TELNET_IAC       1116 src/dps8/libtelnet.c                         telnet_iac(telnet, TELNET_IAC);
TELNET_IAC       1147 src/dps8/libtelnet.c         sb[0] = TELNET_IAC;
TELNET_IAC       1179 src/dps8/libtelnet.c                 if (output[i] == (char)TELNET_IAC || output[i] == '\r' ||
TELNET_IAC       1187 src/dps8/libtelnet.c                         if (output[i] == (char)TELNET_IAC)
TELNET_IAC       1188 src/dps8/libtelnet.c                                 telnet_iac(telnet, TELNET_IAC);