VLNEXT
#define termLiteralNextChar new_tc.c_cc[VLNEXT]
tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
if (cb.c_cc[VLNEXT] != CLNEXT)
pit(cb.c_cc[VLNEXT], "lnext", "; ");
pit(cb.c_cc[VLNEXT], "lnext", ";\n");
cb->c_cc[VLNEXT] = gct(*++argv, term);
tty.c_cc[VLNEXT] = _POSIX_VDISABLE;
#ifdef VLNEXT
if(gl_bind_control_char(gl, KTB_TERM, gl->oldattr.c_cc[VLNEXT],
if (cb.c_cc[VLNEXT] != CLNEXT)
pit(cb.c_cc[VLNEXT], "lnext", "; ");
pit(cb.c_cc[VLNEXT], "lnext", ";\n");
pcol(cb.c_cc[VLNEXT], 0);
cb->c_cc[VLNEXT] = gct(*++argv, term);
if (c == tp->t_modes.c_cc[VLNEXT]) {
if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VLNEXT]) {
c == tp->t_modes.c_cc[VLNEXT]) {
FROM_COMPAT_CHAR(termiosp->c_cc[VLNEXT], csp->t_lnextc);
TO_COMPAT_CHAR(csp->t_lnextc, termiosp->c_cc[VLNEXT]);