Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dkey.h221 #define TXT_CR 0x00000800 /* CR returns the buffer. */ macro
/freebsd/contrib/nvi/ex/
H A Dex_txt.c176 if (LF_ISSET(TXT_CR)) { in ex_txt()
H A Dex_subst.c651 if (ex_txt(sp, tiq, 0, TXT_CR)) in s()
H A Dex.c84 LF_INIT(TXT_BACKSLASH | TXT_CNTRLD | TXT_CR); in ex()
/freebsd/contrib/nvi/vi/
H A Dv_search.c84 TXT_BS | TXT_CR | TXT_ESCAPE | TXT_PROMPT | in v_exaddr()
H A Dv_itxt.c473 LF_SET(TXT_CR); in set_txt_std()
H A Dv_ex.c271 '!', TXT_BS | TXT_CR | TXT_ESCAPE | TXT_FILEC | TXT_PROMPT)) in v_filter()
H A Dv_txt.c80 TXT_CR | TXT_ESCAPE | TXT_INFOLINE | TXT_MAPINPUT); in v_tcmd()
651 k_cr: if (LF_ISSET(TXT_CR)) { in v_txt()