Home
last modified time | relevance | path

Searched refs:K_VLNEXT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex.h48 (ch) == CH_LITERAL : KEY_VAL(sp, ch) == K_VLNEXT)
/freebsd/contrib/nvi/vi/
H A Dv_replace.c110 if (ev.e_value == K_VLNEXT) { in v_replace()
H A Dvi.c1187 if (evp->e_value == K_VLNEXT) { in v_key()
H A Dv_txt.c1186 case K_VLNEXT: /* Quote next character. */ in v_txt()
/freebsd/contrib/nvi/common/
H A Dkey.c79 {K_VLNEXT, '\021'}, /* ^Q */
80 {K_VLNEXT, '\026'}, /* ^V */
H A Dkey.h95 K_VLNEXT, /* set from tty: default ^V */ enumerator