Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dkey.h215 #define TXT_BACKSLASH 0x00000020 /* Backslashes escape characters. */ macro
/freebsd/contrib/nvi/ex/
H A Dex_txt.c166 if (LF_ISSET(TXT_BACKSLASH) && in ex_txt()
H A Dex.c84 LF_INIT(TXT_BACKSLASH | TXT_CNTRLD | TXT_CR); in ex()