Home
last modified time | relevance | path

Searched refs:TXT_OVERWRITE (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()
400 LF_SET(TXT_OVERWRITE | TXT_REPLACE); in v_Replace()
434 LF_SET(TXT_EMARK | TXT_OVERWRITE); in v_subst()
H A Dv_txt.c326 if (LF_ISSET(TXT_OVERWRITE)) { in v_txt()
/freebsd/contrib/nvi/common/
H A Dkey.h231 #define TXT_OVERWRITE 0x00200000 /* Overwrite characters. */ macro