Home
last modified time | relevance | path

Searched refs:K_FORMFEED (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/nvi2/common/
H A Dkey.h87 K_FORMFEED, /* \f */ enumerator
H A Dkey.c70 {K_FORMFEED, '\f'}, /* \f */
/dragonfly/contrib/nvi2/ex/
H A Dex_txt.c329 ev.e_value != K_FORMFEED && ev.e_value != K_TAB) in ex_txt()
/dragonfly/contrib/nvi2/vi/
H A Dv_txt.c1238 evp->e_value != K_FORMFEED && evp->e_value != K_TAB) { in v_txt()