Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/vi/
HDv_replace.c110 if (ev.e_value == K_VLNEXT) { in v_replace()
HDvi.c1187 if (evp->e_value == K_VLNEXT) { in v_key()
HDv_txt.c1186 case K_VLNEXT: /* Quote next character. */ in v_txt()
/dragonfly/contrib/nvi2/ex/
HDex.h48 (ch) == CH_LITERAL : KEY_VAL(sp, ch) == K_VLNEXT)
/dragonfly/contrib/nvi2/common/
HDkey.c78 {K_VLNEXT, '\021'}, /* ^Q */
79 {K_VLNEXT, '\026'}, /* ^V */
HDkey.h95 K_VLNEXT, /* set from tty: default ^V */ enumerator