Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/vi/
H A Dv_z.c117 if (value != K_CR && value != K_NL) { in v_z()
H A Dv_replace.c153 if ((!quote && vip->rvalue == K_CR) || vip->rvalue == K_NL) { in v_replace()
H A Dv_txt.c655 case K_CR: /* Carriage return. */ in v_txt()
/openbsd/usr.bin/vi/common/
H A Dkey.h64 K_CR, /* \r */ enumerator
H A Dmain.c414 (ev.e_value == K_CR || ev.e_value == K_NL))) in editor()
H A Dkey.c71 {K_CR, '\r'}, /* \r */
/openbsd/usr.bin/vi/ex/
H A Dex_script.c231 if (value == K_CR || value == K_NL) { in sscr_getprompt()
520 if (value == K_CR || value == K_NL) { in sscr_insert()
H A Dex_txt.c147 case K_CR: in ex_txt()
H A Dex_subst.c1240 if ((nltrans) && (__value == K_CR || __value == K_NL)) { \ in re_sub()