TELNET_IAC        310 src/dps8/libtelnet.c         bytes[0] = TELNET_IAC;
TELNET_IAC        784 src/dps8/libtelnet.c                         if (byte == TELNET_IAC) {
TELNET_IAC        845 src/dps8/libtelnet.c                         case TELNET_IAC:
TELNET_IAC        889 src/dps8/libtelnet.c                         if (byte == TELNET_IAC) {
TELNET_IAC        913 src/dps8/libtelnet.c                         case TELNET_IAC:
TELNET_IAC        915 src/dps8/libtelnet.c                                 if (_buffer_byte(telnet, TELNET_IAC) !=
TELNET_IAC        979 src/dps8/libtelnet.c         bytes[0] = TELNET_IAC;
TELNET_IAC        992 src/dps8/libtelnet.c                 bytes[0] = TELNET_IAC;
TELNET_IAC       1076 src/dps8/libtelnet.c                 if (buffer[i] == (char)TELNET_IAC) {
TELNET_IAC       1084 src/dps8/libtelnet.c                         telnet_iac(telnet, TELNET_IAC);
TELNET_IAC       1101 src/dps8/libtelnet.c                 if (buffer[i] == (char)TELNET_IAC) {
TELNET_IAC       1109 src/dps8/libtelnet.c                         telnet_iac(telnet, TELNET_IAC);
TELNET_IAC       1140 src/dps8/libtelnet.c         sb[0] = TELNET_IAC;
TELNET_IAC       1172 src/dps8/libtelnet.c                 if (output[i] == (char)TELNET_IAC || output[i] == '\r' ||
TELNET_IAC       1180 src/dps8/libtelnet.c                         if (output[i] == (char)TELNET_IAC)
TELNET_IAC       1181 src/dps8/libtelnet.c                                 telnet_iac(telnet, TELNET_IAC);