Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_abbrev.c86 F_SET(sp->gp, G_ABBREV); in ex_abbr()
102 if (!F_ISSET(sp->gp, G_ABBREV) || in ex_unabbr()
/freebsd/contrib/nvi/common/
H A Dgs.h130 #define G_ABBREV 0x0001 /* If have abbreviations. */ macro
/freebsd/contrib/nvi/vi/
H A Dv_txt.c426 abb = F_ISSET(gp, G_ABBREV) && in v_txt()
686 !LF_ISSET(TXT_REPLAY) && F_ISSET(gp, G_ABBREV)) { \ in v_txt()
1254 !LF_ISSET(TXT_REPLAY) && F_ISSET(gp, G_ABBREV)) { in v_txt()