Searched refs:IAC_EOR (Results 1 – 3 of 3) sorted by relevance
130 if (t->inv[end] == IAC && t->inv[end + 1] == IAC_EOR) { in terminal_read()277 t->outv[out_len++] = IAC_EOR; in write_payload_3270()
9 #define IAC_EOR 239 macro
193 } else if (s->is_tn3270 && ((unsigned char)buf[i] == IAC_EOR in tcp_chr_process_IAC_bytes()