Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dkey.h234 #define TXT_REPLACE 0x01000000 /* Replace; don't delete overwrite. */ macro
/freebsd/contrib/nvi/vi/
H A Dv_txt.c738 if (LF_ISSET(TXT_REPLACE) && owrite != 0) { in v_txt()
850 if (LF_ISSET(TXT_REPLACE)) { in v_txt()
853 LF_CLR(TXT_REPLACE); in v_txt()
875 if (LF_ISSET(TXT_REPLACE)) in v_txt()
2420 if (LF_ISSET(TXT_REPLACE)) { in txt_insch()
H A Dv_itxt.c400 LF_SET(TXT_OVERWRITE | TXT_REPLACE); in v_Replace()