Home
last modified time | relevance | path

Searched refs:K_VERASE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dkey.c77 {K_VERASE, '\b'}, /* \b */
112 v_keyval(sp, K_VERASE, KEY_VERASE); in v_key_init()
H A Dkey.h93 K_VERASE, /* set from tty: default ^H */ enumerator
/freebsd/contrib/nvi/vi/
H A Dv_txt.c973 case K_VERASE: /* Erase the last character. */ in v_txt()