Home
last modified time | relevance | path

Searched refs:ES_GOTESC (Results 1 – 2 of 2) sorted by path

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckucns.c361 #define ES_GOTESC 1 /* Current character is ESC */ macro
555 inesc[src] = ES_GOTESC; /* Change state to GOTESC */
567 case ES_GOTESC: /* GOTESC state - prev char was ESC*/
616 inesc[src] = ES_GOTESC; /* starts a new escape sequence */
650 inesc[src] = ES_GOTESC; /* starts over. */
2253 if (inesc[0] == ES_GOTESC) /* Don't write ESC yet */ in conect()
2255 else if (oldesc[0] == ES_GOTESC && !apcactive) { in conect()
H A Dckucon.c340 #define ES_GOTESC 1 /* Current character is ESC */ macro
421 inesc = ES_GOTESC; /* Change state to GOTESC */
424 case ES_GOTESC: /* GOTESC state */
447 inesc = ES_GOTESC; /* starts a new escape sequence */
454 inesc = ES_GOTESC; /* starts over. */
1410 if (inesc == ES_GOTESC) /* Don't write ESC yet */ in concld()
1412 else if (oldesc == ES_GOTESC && !apcactive) { in concld()