Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/nvi/ex/
Dex_abbrev.c86 F_SET(sp->gp, G_ABBREV); in ex_abbr()
102 if (!F_ISSET(sp->gp, G_ABBREV) || in ex_unabbr()
/freebsd-12-stable/contrib/nvi/common/
Dgs.h130 #define G_ABBREV 0x0001 /* If have abbreviations. */ macro
/freebsd-12-stable/contrib/nvi/vi/
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()