Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_append.c230 LF_INIT(TXT_DOTTERM | TXT_NUMBER); in ex_aci()
H A Dex_txt.c185 if (LF_ISSET(TXT_DOTTERM) && tp->len == tp->ai + 1 && in ex_txt()
/freebsd/contrib/nvi/common/
H A Dkey.h222 #define TXT_DOTTERM 0x00001000 /* Leading '.' terminates the input. */ macro