Home
last modified time | relevance | path

Searched refs:K_CR (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dv_z.c115 if (value != K_CR && value != K_NL) { in v_z()
H A Dv_replace.c152 if ((!quote && vip->rvalue == K_CR) || vip->rvalue == K_NL) { in v_replace()
H A Dv_txt.c648 case K_CR: /* Carriage return. */ in v_txt()
/freebsd/contrib/nvi/common/
H A Dkey.h85 K_CR, /* \r */ enumerator
H A Dmain.c387 (ev.e_value == K_CR || ev.e_value == K_NL))) in editor()
H A Dkey.c69 {K_CR, '\r'}, /* \r */
/freebsd/contrib/nvi/ex/
H A Dex_txt.c147 case K_CR: in ex_txt()
H A Dex_subst.c1343 if (nltrans && (__value == K_CR || __value == K_NL)) { \ in re_sub()