Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/vi/
H A Dv_itxt.c311 LF_SET(TXT_EMARK | TXT_OVERWRITE); in v_change()
435 LF_SET(TXT_EMARK | TXT_OVERWRITE); in v_subst()
H A Dv_txt.c325 if (LF_ISSET(TXT_EMARK) && txt_emark(sp, tp, tm->cno)) in v_txt()
/openbsd/usr.bin/vi/common/
H A Dkey.h189 #define TXT_EMARK 0x00002000 /* End of replacement mark. */ macro