Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dkey.h210 #define TXT_ADDNEWLINE 0x00000001 /* Replay starts on a new line. */ macro
/freebsd/contrib/nvi/vi/
H A Dv_itxt.c199 flags = set_txt_std(sp, vp, TXT_ADDNEWLINE | TXT_APPENDEOL); in io()
H A Dv_txt.c843 if (LF_ISSET(TXT_ADDNEWLINE)) in v_txt()