Searched refs:ES_ESC (Results 1 – 1 of 1) sorted by relevance
1567 enum { ES_NORMAL, ES_ESC, ES_SQUARE, ES_PAREN, ES_GETPARS }; in tty3270_escape_sequence() enumerator1572 tp->esc_state = ES_ESC; in tty3270_escape_sequence()1575 if (tp->esc_state == ES_ESC) { in tty3270_escape_sequence()