Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_itxt.c310 LF_SET(TXT_EMARK | TXT_OVERWRITE); in v_change()
434 LF_SET(TXT_EMARK | TXT_OVERWRITE); in v_subst()
H A Dv_txt.c332 if (LF_ISSET(TXT_EMARK) && txt_emark(sp, tp, tm->cno)) in v_txt()
/freebsd/contrib/nvi/common/
H A Dkey.h223 #define TXT_EMARK 0x00002000 /* End of replacement mark. */ macro