Searched refs:ESCstate (Results 1 – 2 of 2) sorted by relevance
64 st->ESCstate = OFF; in _icv_open()123 st->ESCstate = OFF; in iso2022_icv_iconv()179 } else if ( **inbuf == ESC && st->ESCstate == OFF ) { in iso2022_icv_iconv()181 st->ESCstate = E0; in iso2022_icv_iconv()182 } else if ( st->ESCstate != OFF ) { /* Continue processing the in iso2022_icv_iconv()187 st->ESCstate = OFF; in iso2022_icv_iconv()212 st->ESCstate = OFF; in iso2022_icv_iconv()267 switch(st->ESCstate){ in process_esc_seq()298 st->ESCstate = E1; in process_esc_seq()311 st->ESCstate = E2; in process_esc_seq()[all …]
53 short ESCstate; /* State of the ESC seq processing sub-machine. State member