Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/common/
Dkey.h74 K_VLNEXT, /* set from tty: default ^V */ enumerator
Dkey.c81 {K_VLNEXT, '\021'}, /* ^Q */
82 {K_VLNEXT, '\026'}, /* ^V */
/openbsd/src/usr.bin/vi/ex/
Dex.h52 (ch) == CH_LITERAL : KEY_VAL((sp), (ch)) == K_VLNEXT)
/openbsd/src/usr.bin/vi/vi/
Dv_replace.c111 if (ev.e_value == K_VLNEXT) { in v_replace()
Dvi.c1178 if (evp->e_value == K_VLNEXT) { in v_key()
Dv_txt.c1195 case K_VLNEXT: /* Quote next character. */ in v_txt()
/openbsd/src/usr.bin/vi/docs/
Dchangelog1016 wasn't a corresponding change to handle multiple K_VLNEXT chars.