Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dkey.c78 {K_VKILL, '\025'}, /* ^U */
113 v_keyval(sp, K_VKILL, KEY_VKILL); in v_key_init()
H A Dkey.h94 K_VKILL, /* set from tty: default ^U */ enumerator
/freebsd/contrib/nvi/vi/
H A Dv_txt.c1128 case K_VKILL: /* Restart this line. */ in v_txt()