Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dkey.c81 {K_VWERASE, '\027'}, /* ^W */
114 v_keyval(sp, K_VWERASE, KEY_VWERASE); in v_key_init()
H A Dkey.h96 K_VWERASE, /* set from tty: default ^W */ enumerator
/freebsd/contrib/nvi/vi/
H A Dv_txt.c1031 case K_VWERASE: /* Skip back one word. */ in v_txt()