Searched refs:K_VLNEXT (Results 1 – 7 of 7) sorted by relevance
74 K_VLNEXT, /* set from tty: default ^V */ enumerator
81 {K_VLNEXT, '\021'}, /* ^Q */82 {K_VLNEXT, '\026'}, /* ^V */
52 (ch) == CH_LITERAL : KEY_VAL((sp), (ch)) == K_VLNEXT)
111 if (ev.e_value == K_VLNEXT) { in v_replace()
1178 if (evp->e_value == K_VLNEXT) { in v_key()
1195 case K_VLNEXT: /* Quote next character. */ in v_txt()
1016 wasn't a corresponding change to handle multiple K_VLNEXT chars.