termStartChar
extern cc_t termStartChar;
# define termStartCharp &termStartChar
termStartChar = CONTROL('Q');
case SLC_XON: return(&termStartChar);
termStartChar = CONTROL('Q');
cc_t termStartChar;