termLiteralNextChar
{ "lnext", "character to use for literal next", 0, &termLiteralNextChar },
extern cc_t termLiteralNextChar;
termLiteralNextChar = CONTROL('V');
case SLC_LNEXT: return(&termLiteralNextChar);
termLiteralNextChar = CONTROL('V');
cc_t termLiteralNextChar;